Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
roc::core::SlabPoolImpl::SlotHeader Struct Reference

Slot header. More...

#include <roc_core/slab_pool_impl.h>

Public Attributes

SlabPoolImplowner
 The pool that the slot belongs to. More...
 
AlignMax data []
 Variable-length data surrounded by canary guard. More...
 

Detailed Description

Slot header.

Definition at line 49 of file slab_pool_impl.h.

Member Data Documentation

◆ data

AlignMax roc::core::SlabPoolImpl::SlotHeader::data[]

Variable-length data surrounded by canary guard.

Definition at line 53 of file slab_pool_impl.h.

◆ owner

SlabPoolImpl* roc::core::SlabPoolImpl::SlotHeader::owner

The pool that the slot belongs to.

Definition at line 51 of file slab_pool_impl.h.


The documentation for this struct was generated from the following file: