C/C++ API Reference
Loading...
Searching...
No Matches
pw::allocator::TinyBlock Class Reference

Overview

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.

Inheritance diagram for pw::allocator::TinyBlock:

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