Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
▼Nboost | |
▼Nmemory | |
Caffix_allocator | Allocator adding prefix and suffix objects in boundries of allocated block |
Callocation_guard | Provides a convenient RAII-style mechanism for owning a memory block |
▼Cbitmapped_block | A continous memory block divided into equal number of sub-block with a bitmap indicating availability of such sub-blocks |
Cbitmap | A map of bit flags |
Cbucketizer | |
Cbuffer_ref | A non-owning reference to a buffer |
Cfallback_allocator | Allocates with secondary allocator, if allocation with primary allocator fails |
Cfree_list | Provides mechanism for reusing deallocated memory blocks |
Cmallocator | An allocator backed by malloc and free system calls |
Cmemory_block | Represents an allocated memory block |
Cnull_allocator | An allocator acting as the last fallback allocator, allocating only nullptr |
Csegregator | Segregates allocation strategies according to the given allocation size threshold |
Cstack_allocator | Allocates memory block from a fixed range reserved from the current execution stack |
▼Nutils | |
Cbacktrace | Produces a backtrace of RAII |
Cnop | |