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

#include <small_block.h>

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: