dmz_malloc

The dmz_malloc function allocates a requested amount of memory from the heap.

void* dmz_malloc (

size_t size

);

 

Return Values

Pointer to the allocated area if successful, NULL otherwise.

 

Parameters

size

amount of memory requested in bytes

 

Remarks

 

 

QuickInfo

Windows: Requires dmzcore.dll


Last updated October 08, 2000 15:29 by afedosov