![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Slab pool. More...
#include "roc_core/iallocator.h"
#include "roc_core/list.h"
#include "roc_core/mutex.h"
#include "roc_core/noncopyable.h"
#include "roc_core/stddefs.h"
Go to the source code of this file.
Classes | |
class | roc::core::SlabPool |
Slab pool. More... | |
Namespaces | |
namespace | roc |
Root namespace. | |
namespace | roc::core |
General-purpose building blocks and platform abstraction layer. | |
Functions | |
void * | operator new (size_t size, roc::core::SlabPool &pool) throw () |
Placement new for core::SlabPool. | |
void | operator delete (void *ptr, roc::core::SlabPool &pool) throw () |
Placement delete for core::SlabPool. | |
Slab pool.
Definition in file slab_pool.h.
|
inline |
Placement delete for core::SlabPool.
Definition at line 137 of file slab_pool.h.
|
inline |
Placement new for core::SlabPool.
Definition at line 129 of file slab_pool.h.