kiba-engine
|
Central allocator structure. More...
#include <allocator.h>
Data Fields | |
allocator_impl | impl |
Type specific implementation of the allocator. | |
void * | state |
Type specific state of the allocator. | |
Central allocator structure.
This type is used to interact with the allocator subsystem.
Definition at line 87 of file allocator.h.