18namespace pw::allocator {
54 void AddFragment(
size_t inner_size);
63float CalculateFragmentation(
const Fragmentation& fragmentation);
Definition: fragmentation.h:44
size_t sum
Sum of the inner sizes of free blocks.
Definition: fragmentation.h:52
struct pw::allocator::Fragmentation::@0 sum_of_squares
Sum-of-squares of the inner sizes of free blocks.