![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Slot header. More...
#include <roc_core/slab_pool_impl.h>
Public Attributes | |
| SlabPoolImpl * | owner |
| The pool that the slot belongs to. | |
| AlignMax | data [] |
| Variable-length data surrounded by canary guard. | |
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.