<< Previous | Next >>

xalloc_stats

void xalloc_stats( word parm );

Description

Prints a table of available xalloc() regions to the Stdio window.

This function was introduced in Dynamic C version 8. It is for debugging and educational purposes. It should not be called in a production program.

Parameters

parm
Prior to Dynamic C version 9.30: reserved for future use. Set to 0.

Starting with DC 9.30: this parameter is of type long. It is the address of the data structure xbreak_t and must not be 0.

Library

MEM.LIB (XMEM.LIB prior to DC 9.30)

See Also

xalloc, _xalloc, xavail, _xavail, xrelease


Dynamic C Functions << Previous | Next >> rabbit.com