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::SmallBlock Class Reference
Inheritance diagram for pw::allocator::SmallBlock:

Detailed Description

A compact block implementation.

Like its base class, this block is allocatable with a fixed alignment. It is fairly compact in terms of code size, and each block uses 8 bytes of overhead. It can address up to 2^32 bytes of memory.


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