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

◆ g_live_arena_storage

MAYAFLUX_API unsigned char MayaFlux::internal::g_live_arena_storage {}

Raw backing storage for the live arena with external linkage.

Exported so the JIT can locate it via DynamicLibrarySearchGenerator. The first sizeof(LiveArenaHeader) bytes are the directory. Object storage begins immediately after.

Definition at line 7 of file LiveArena.cpp.

7{};

Referenced by live_arena_header(), and live_arena_object_region().