const BASE_SIZE: usize = Size4KiB::SIZE; // 4_096usize
Expand description

The “base” block size - the smallest block size this allocator tracks. This is chosen at the moment to be 4096 bytes - the size of the smallest physical frame for all the architectures we wish to support at this point of time.