Searched refs:OSiHeapInfo (Results 1 – 1 of 1) sorted by relevance
147 void *OSiHeapInfo[OS_ARENA_MAX] = { variable373 SDK_ASSERTMSG(OSiHeapInfo[id], OS_ERR_ALLOCFROMHEAP_NOINFO); in OS_AllocFromHeap()374 heapInfo = OSiHeapInfo[id]; in OS_AllocFromHeap()503 SDK_ASSERTMSG(OSiHeapInfo[id], OS_ERR_ALLOCFIXED_NOINFO); in OS_AllocFixed()504 heapInfo = OSiHeapInfo[id]; in OS_AllocFixed()677 SDK_ASSERTMSG(OSiHeapInfo[id], OS_ERR_FREETOHEAP_NOINFO); in OS_FreeToHeap()678 heapInfo = OSiHeapInfo[id]; in OS_FreeToHeap()734 SDK_ASSERTMSG(OSiHeapInfo[id], OS_ERR_FREETOHEAP_NOINFO); in OS_FreeAllToHeap()735 heapInfo = OSiHeapInfo[id]; in OS_FreeAllToHeap()788 SDK_ASSERTMSG(OSiHeapInfo[id], OS_ERR_SETCURRENTHEAP_NOINFO); in OS_SetCurrentHeap()[all …]