MathEngine
Home Page       Structures       File List       Functions and Macros      

Print.c File Reference

Memory manager API options and statistics printing utilities. More...

#include "MeMessage.h"
#include "MeMemory.h"

Functions

void MeMemoryPrintOptions (const struct MeMemoryOptions *const options)
 Print an MeMemory option record. More...

void MeMemoryPrintStats (const struct MeMemoryStats *const stats)
 Print an MeMemory statistics record. More...


Detailed Description

Memory manager API options and statistics printing utilities.


Function Documentation

void MeMemoryPrintOptions ( const struct MeMemoryOptions * const options )

Print an MeMemory option record.

This function prints, using the MeInfo entry point of the MeMessage library, the contents of a MeMemoryOptions record.

Parameters:
options   A pointer to a MeMemory options record.
See also:
MeMemoryAPI::getOptions
Examples:
ArraysTest.c, and MallocTest.c.

void MeMemoryPrintStats ( const struct MeMemoryStats * const stats )

Print an MeMemory statistics record.

This function prints, using the MeInfo entry point of the MeMessage library, the contents of a MeMemoryStats record.

Parameters:
options   A pointer to a MeMemory statistics record.
See also:
MeMemoryAPI::getStats
Examples:
ArraysTest.c, and MallocTest.c.

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

Copyright MathEngine PLC 2000, all rights reserved.