dmz_free

The dmz_free function de-allocates heap memory previously allocated with dmz_malloc.

void dmz_free (

void* mem,

size_t size

);

 

Return Values

none

 

Parameters

ptr

pointer to memory that should be de-allocated

size

size of the memory area

 

Remarks

size should be the same amount as used with dmz_malloc

 

QuickInfo

Windows: Requires dmzcore.dll


Last updated October 08, 2000 15:26 by afedosov