Pigweed
C/C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
List of all members
pw::allocator::TinyBlock Class Reference
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: