![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Memory allocator interface. More...
Go to the source code of this file.
Classes | |
class | roc::core::IAllocator |
Memory allocator interface. 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::IAllocator &allocator) throw () |
Placement new for core::IAllocator. | |
void * | operator new[] (size_t size, roc::core::IAllocator &allocator) throw () |
Placement new[] for core::IAllocator. | |
template<class T > | |
void | operator delete (void *ptr, roc::core::IAllocator &allocator) throw () |
Placement delete for core::IAllocator. | |
template<class T > | |
void | operator delete[] (void *ptr, roc::core::IAllocator &allocator) throw () |
Placement delete[] for core::IAllocator. | |
Memory allocator interface.
Definition in file iallocator.h.
|
inline |
Placement delete for core::IAllocator.
Definition at line 64 of file iallocator.h.
|
inline |
Placement delete[] for core::IAllocator.
Definition at line 72 of file iallocator.h.
|
inline |
Placement new for core::IAllocator.
Definition at line 49 of file iallocator.h.
|
inline |
Placement new[] for core::IAllocator.
Definition at line 56 of file iallocator.h.