#include <dwc.h>void* DWC_Alloc(DWCAllocType name,
u32 size);| name | Information for library development. Specify 0. |
| size | Size (in bytes) of the memory you wish to allocate. |
Returns a pointer to the memory allocated using the memory allocation function specified by DWC_Init.
Allocates memory using the memory allocation function specified by DWC_Init.
When the DWC_Alloc function is used, 32 is passed to the align argument in the memory allocation function.
CONFIDENTIAL