Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::core::SlabPoolImpl::SlotHeader Struct Reference

Slot header. More...

#include <slab_pool_impl.h>

Collaboration diagram for roc::core::SlabPoolImpl::SlotHeader:

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: