NetBurner 3.1
Functions
nm_bsp_malloc
BSP
»
Function
Functions
void *
nm_bsp_malloc
(
uint32
u32Size)
Allocate memory.
More...
Detailed Description
Synchrnonous memory allocate API
Function Documentation
◆
nm_bsp_malloc()
void * nm_bsp_malloc
(
uint32
u32Size
)
Allocate memory.
Parameters
[in]
u32Size
Size of the requested memory
Note
Implementation of this function is host dependent and called by HIF layer.
Returns
Pointer to the allocated buffer, or NULL otherwise
Generated by
1.8.14