void* vm_malloc( VMUINT size );
void* vm_malloc( VMUINT size );
Allocates the specified size of memory. Uses vm_pmng_get_memory_status() to query the available max size of memory that can be allocated. User should configure the memory pool size of the VXP. The max size of available memory may not be allocated due to memory fragmentation.
|
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.