nrfxlib API 2.7.99
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.