#include <b2_stack_allocator.h>
Public Attributes | |
char * | data |
int32 | size |
bool | usedMalloc |
Definition at line 32 of file b2_stack_allocator.h.
char* b2StackEntry::data |
Definition at line 34 of file b2_stack_allocator.h.
int32 b2StackEntry::size |
Definition at line 35 of file b2_stack_allocator.h.
bool b2StackEntry::usedMalloc |
Definition at line 36 of file b2_stack_allocator.h.