NetBurner 3.1
nm_bsp_malloc

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]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