Ultralight C++ API 1.4.0
|
Classes | |
struct | ULAllocator |
User-defined allocator interface. More... | |
Variables | |
UCExport ULAllocator | ulAllocator |
Get the allocator interface object for the library. | |
|
extern |
Get the allocator interface object for the library.
The C functions set in this object will be used for allocating memory inside the library when the UL_ENABLE_ALLOCATOR_OVERRIDE
build option is enabled.
Default functions are already set for all of these but you can override them with your own.
Platform specific notes:
HeapAlloc
/ HeapReAlloc
/ HeapFree
.