MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ live_arena_header()

LiveArenaHeader * MayaFlux::internal::live_arena_header ( )
inlinenoexcept

Returns a pointer to the header block at the start of arena storage.

Definition at line 83 of file LiveArena.hpp.

84 {
85 return reinterpret_cast<LiveArenaHeader*>(g_live_arena_storage);
86 }
unsigned char g_live_arena_storage[LIVE_ARENA_CAPACITY]
Raw backing storage for the live arena with external linkage.
Definition LiveArena.cpp:7
POD header block placed at the start of the arena storage.
Definition LiveArena.hpp:49

References g_live_arena_storage.

Referenced by live_arena_alloc(), MayaFlux::live_arena_dump(), live_arena_expose(), live_arena_find(), and MayaFlux::live_cast_impl().

+ Here is the caller graph for this function: