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::TinyBlock Class 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: