Sources Pipelines Documentation

Allocators  
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nboost
 Nmemory
 Caffix_allocatorAllocator adding prefix and suffix objects in boundries of allocated block
 Callocation_guardProvides a convenient RAII-style mechanism for owning a memory block
 Cbitmapped_blockA continous memory block divided into equal number of sub-block with a bitmap indicating availability of such sub-blocks
 CbitmapA map of bit flags
 Cbucketizer
 Cbuffer_refA non-owning reference to a buffer
 Cfallback_allocatorAllocates with secondary allocator, if allocation with primary allocator fails
 Cfree_listProvides mechanism for reusing deallocated memory blocks
 CmallocatorAn allocator backed by malloc and free system calls
 Cmemory_blockRepresents an allocated memory block
 Cnull_allocatorAn allocator acting as the last fallback allocator, allocating only nullptr
 CsegregatorSegregates allocation strategies according to the given allocation size threshold
 Cstack_allocatorAllocates memory block from a fixed range reserved from the current execution stack
 Nutils
 CbacktraceProduces a backtrace of RAII
 Cnop