openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_SAL_Malloc()

void * BSL_SAL_Malloc ( uint32_t  size)

Allocate memory space.

Allocate memory space.

Attention
None
Parameters
size[IN] Size of the allocated memory
Return values
Ifthe application is successful, returned the pointer pointing to the memory.
Ifthe application failed, return NULL.