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

Overview

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.

Inheritance diagram for pw::allocator::SmallBlock:

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