C/C++ API Reference
Loading...
Searching...
No Matches
Concrete allocators

Oveview

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

LibCAllocatorpw::allocator::GetLibCAllocator ()
 Returns a reference to the LibCAllocator singleton.
 
NullAllocatorpw::allocator::GetNullAllocator ()
 Returns a reference to the NullAllocator singleton.