Concrete allocator implementations that provide memory dynamically.
Submodules | |
Block allocators | |
Classes | |
class | pw::allocator::AsyncPool |
class | pw::allocator::BuddyAllocator< kMinOuterSize_, kNumBuckets > |
class | pw::allocator::BumpAllocator |
class | pw::allocator::ChunkPool |
class | pw::allocator::LibCAllocator |
class | pw::allocator::NullAllocator |
class | pw::allocator::TypedPool< T > |
Functions | |
LibCAllocator & | pw::allocator::GetLibCAllocator () |
Returns a reference to the LibCAllocator singleton. | |
NullAllocator & | pw::allocator::GetNullAllocator () |
Returns a reference to the NullAllocator singleton. | |