#include "MeMemory.h"
Functions | |
| void | MeMemorySetDefaults (struct MeMemoryOptions *const opts) |
| Set the options passed to some sort of default, vanilla, values. | |
Variables | |
| unsigned | MeMemoryDoTrace = 0 |
| If nonzero, trace API calls if tracing is enabled. | |
| unsigned | MeMemoryDoStats = 1 |
| If nonzero, keep statistics if statistics have been enabled. | |
| struct MeMemoryAPI | MeMemoryAPI |
| The table of memory manager entry points. More... | |
|
The table of memory manager entry points.
This table is usually initialised using one of the memory manager specific function tables, for example MeMemoryAPIArrays or MeMemoryAPIMalloc.
Copyright MathEngine PLC 2000, all rights reserved.