Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Memory pool interface. More...
Go to the source code of this file.
Classes | |
class | roc::core::IPool |
Memory pool interface. More... | |
Namespaces | |
roc | |
Root namespace. | |
roc::core | |
General-purpose building blocks and platform abstraction layer. | |
Functions | |
void * | operator new (size_t size, roc::core::IPool &pool) throw () |
Placement new for core::IPool. More... | |
void | operator delete (void *ptr, roc::core::IPool &pool) throw () |
Placement delete for core::IPool. More... | |
Memory pool interface.
Definition in file ipool.h.
|
inline |
|
inline |