|
◆ pfMalloc
void *(* pfMalloc) (uint32_t size) |
Allocate a memory block.
Allocate a memory block.
- 参数
-
size | [IN] Size of the allocated memory. |
- 返回值
-
| Not NULL, The start address of the allocated memory when memory is allocated successfully. |
NULL,Memory | allocation failure. |
|