Home
last modified time | relevance | path

Searched refs:sl_Malloc (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
Duser.h103 #define sl_Malloc(Size) malloc(Size) macro
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.c1304 *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()