void* vm_malloc_dma( VMUINT size );
void* vm_malloc_dma( VMUINT size );
Allocates non-cacheable (e.g. DMA - Direct Memory Access), which provide faster memory access. This function is mostly used by graphic related features.
|
Parameters |
Description |
|
VMUINT size |
[IN] The number of bytes to be allocated. |
A pointer to the memory allocated. Returns 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.