Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Slot header. More...
#include <slab_pool_impl.h>
Public Attributes | |
SlabPoolImpl * | owner |
The pool that the slot belongs to. More... | |
AlignMax | data [] |
Variable-length data surrounded by canary guard. More... | |
Slot header.
Definition at line 49 of file slab_pool_impl.h.
AlignMax roc::core::SlabPoolImpl::SlotHeader::data[] |
Variable-length data surrounded by canary guard.
Definition at line 53 of file slab_pool_impl.h.
SlabPoolImpl* roc::core::SlabPoolImpl::SlotHeader::owner |
The pool that the slot belongs to.
Definition at line 51 of file slab_pool_impl.h.