Pigweed
 
Loading...
Searching...
No Matches
pw::allocator::TinyBlock Class Reference

#include <tiny_block.h>

Inheritance diagram for pw::allocator::TinyBlock:

Detailed Description

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.


The documentation for this class was generated from the following file: