|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
Single directory entry mapping a string key to a location within the arena. More...
#include <LiveArena.hpp>
Collaboration diagram for MayaFlux::internal::LiveArenaEntry:Public Attributes | |
| char | key [LIVE_ARENA_KEY_MAX] |
| bool | occupied |
| uint32_t | offset |
| uint32_t | size |
Single directory entry mapping a string key to a location within the arena.
offset == UINT32_MAX indicates an externally owned object whose pointer is stored in g_live_arena_shared_ptrs at the same index.
Definition at line 36 of file LiveArena.hpp.