Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/os/common/src/
Dos_alloc.c362 OSHeapInfo *heapInfo; in OS_AllocFromHeap() local
378 heapInfo = OSiHeapInfo[id]; in OS_AllocFromHeap()
381 if (!heapInfo) in OS_AllocFromHeap()
390 heap = heapInfo->currentHeap; in OS_AllocFromHeap()
393 SDK_TASSERTMSG(heapInfo->heapArray, OS_ERR_ALLOCFROMHEAP_NOHEAP); in OS_AllocFromHeap()
395 SDK_TASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_ALLOCFROMHEAP_INVHEAP); in OS_AllocFromHeap()
396 SDK_TASSERTMSG(0 <= heapInfo->heapArray[heap].size, OS_ERR_ALLOCFROMHEAP_INVHEAP); in OS_AllocFromHeap()
398 hd = &heapInfo->heapArray[heap]; in OS_AllocFromHeap()
496 OSHeapInfo *heapInfo; in OS_AllocFixed() local
508 heapInfo = OSiHeapInfo[id]; in OS_AllocFixed()
[all …]