#include <tiny_block.h>
A block implementation with only 4 bytes of overhead.
Like its base class, this block is allocatable with a fixed alignment. This class's code size is slightly larger than that of SmallBlock
, and it can address only 2^18 - 4 bytes of memory.