nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ OSAL_Malloc()

void * OSAL_Malloc ( size_t  Size)

Allocates heap memory.

Parameters
[in]SizeSize of the memory to allocate.
Returns
Pointer to the memory allocated or NULL upon failure.