Searched refs:sl_Malloc (Results 1 – 2 of 2) sorted by relevance
103 #define sl_Malloc(Size) malloc(Size) macro
1304 *pOutAsyncBuf = (_u8*)sl_Malloc(SL_ASYNC_MAX_MSG_LEN); in _SlDrvMsgRead()3030 pItem = (_SlSpawnMsgItem_t*)sl_Malloc(sizeof(_SlSpawnMsgItem_t)); in _SlSpawnMsgListInsert()3038 pItem->Buffer = (void*)sl_Malloc(AsyncEventLen); in _SlSpawnMsgListInsert()