Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw_allocator
  5. Blocks
  6. Block implementations
  7. pw::allocator::SmallBlock Class 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: