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