libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
#include <gimbal_scope_allocator.h>
Data Fields | |
GblArenaAllocator * | pArena |
GblArenaAllocatorState | rewindState |
GblLinkedListNode | dtorList |
Arena-backed scope-based allocator.
Definition at line 21 of file gimbal_scope_allocator.h.
GblArenaAllocator* GblScopeAllocator::pArena |
Definition at line 22 of file gimbal_scope_allocator.h.
GblArenaAllocatorState GblScopeAllocator::rewindState |
Definition at line 23 of file gimbal_scope_allocator.h.
GblLinkedListNode GblScopeAllocator::dtorList |
Definition at line 24 of file gimbal_scope_allocator.h.