openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_SAL_Malloc()

void * BSL_SAL_Malloc ( uint32_t  size)

Allocate memory space.

Allocate memory space.

注意
None
参数
size[IN] Size of the allocated memory
返回值
Ifthe application is successful, returned the pointer pointing to the memory.
Ifthe application failed, return NULL.