![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Pool. More...
#include "roc_core/alignment.h"
#include "roc_core/iallocator.h"
#include "roc_core/list.h"
#include "roc_core/log.h"
#include "roc_core/mutex.h"
#include "roc_core/noncopyable.h"
#include "roc_core/panic.h"
#include "roc_core/stddefs.h"
Go to the source code of this file.
Classes | |
class | roc::core::Pool< T > |
Pool. More... | |
Namespaces | |
namespace | roc |
Root namespace. | |
namespace | roc::core |
Basic building blocks. | |
Functions | |
template<class T > | |
void * | operator new (size_t size, roc::core::Pool< T > &pool) ROC_ATTR_NOTHROW |
Placement new for core::Pool<T>. More... | |
template<class T > | |
void | operator delete (void *ptr, roc::core::Pool< T > &pool) ROC_ATTR_NOTHROW |
Placement delete for core::Pool<T>. More... | |
Pool.
Definition in file pool.h.
|
inline |
|
inline |