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