ContextAllocator

Undocumented in source.

Members

Functions

free
void free(void* p)

Deallocate bytes, helper function. p can be null.

malloc
void* malloc(size_t sizeInBytes)

Allocate bytes, helper function.

Variables

realloc
realloc_fun_t realloc;

A single function pointer for this allocator API.

Meta