Defines a structure to hold a set of system memory allocation functions. More...
#include "mem.h"
Data Fields | |
SysAllocFn * | pAllocFn |
SysFreeFn * | pFreeFn |
Defines a structure to hold a set of system memory allocation functions.
SysAllocFn* SysMemFns::pAllocFn |
Allocation function for system memory.
SysFreeFn* SysMemFns::pFreeFn |
De-allocation function for system memory.