Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
This is the complete list of members for roc::core::SlabPool< T, EmbeddedCapacity >, including all inherited members.
allocate() | roc::core::SlabPool< T, EmbeddedCapacity > | inlinevirtual |
allocation_size() const | roc::core::SlabPool< T, EmbeddedCapacity > | inlinevirtual |
deallocate(void *memory) | roc::core::SlabPool< T, EmbeddedCapacity > | inlinevirtual |
destroy_object(T &object) | roc::core::IPool | inline |
NonCopyable() (defined in roc::core::NonCopyable< Tag >) | roc::core::NonCopyable< Tag > | inlineprotected |
num_guard_failures() const | roc::core::SlabPool< T, EmbeddedCapacity > | inline |
object_size() const | roc::core::SlabPool< T, EmbeddedCapacity > | inlinevirtual |
reserve(size_t n_objects) | roc::core::SlabPool< T, EmbeddedCapacity > | inlinevirtual |
SlabPool(const char *name, IArena &arena, size_t object_size=sizeof(T), size_t min_alloc_bytes=0, size_t max_alloc_bytes=0, size_t guards=SlabPool_DefaultGuards) | roc::core::SlabPool< T, EmbeddedCapacity > | inline |
~IPool() (defined in roc::core::IPool) | roc::core::IPool | virtual |