Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nm_bsp_malloc

Synchrnonous memory allocate API.

Functions

void * nm_bsp_malloc (uint32 u32Size)
 Allocate memory. More...
 

void* nm_bsp_malloc ( uint32  u32Size)

Allocate memory.

Parameters
[in]u32SizeSize 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