Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Memory pool. More...
#include "roc_core/aligned_storage.h"
#include "roc_core/attributes.h"
#include "roc_core/iarena.h"
#include "roc_core/ipool.h"
#include "roc_core/noncopyable.h"
#include "roc_core/slab_pool_impl.h"
#include "roc_core/stddefs.h"
Go to the source code of this file.
Classes | |
class | roc::core::SlabPool< T, EmbeddedCapacity > |
Memory pool. More... | |
Namespaces | |
roc | |
Root namespace. | |
roc::core | |
General-purpose building blocks and platform abstraction layer. | |
Enumerations | |
enum | roc::core::SlabPoolGuard { roc::core::SlabPool_LeakGuard = (1 << 0) , roc::core::SlabPool_OverflowGuard = (1 << 1) , roc::core::SlabPool_OwnershipGuard = (1 << 2) } |
Memory pool guards. More... | |
enum | { SlabPool_DefaultGuards } |
Default memory pool guards. More... | |
Memory pool.
Definition in file slab_pool.h.