Struct HeapAllocator

Struct Documentation

struct HeapAllocator

Public Static Functions

static inline void *allocate(size_t size)
static inline void deallocate(void *ptr, size_t size)
static inline void free(void *ptr)