void* vm_calloc( VMUINT size );
void* vm_calloc( VMUINT size );
Allocates the specified size of memory and clear the memory with zeros.
|
Parameters |
Description |
|
VMUINT size |
[IN] The number of bytes to be allocated. |
A pointer to the memory allocated. NULL if allocation failed.
vmmemory.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.