MathEngine
Home Page       Structures       File List       Functions and Macros      

MeMemory.c File Reference

Memory manager API globals. More...

#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...


Detailed Description

Memory manager API globals.


Variable Documentation

struct MeMemoryAPI MeMemoryAPI

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.


MathEngine Utilities: Memory Manager API - Version 0.0.5 Alpha - Reference Manual generated using doxygen at Wed Oct 11 00:34:56 2000

Copyright MathEngine PLC 2000, all rights reserved.