Searched refs:HeapDesc (Results 1 – 1 of 1) sorted by relevance
102 typedef struct HeapDesc HeapDesc; typedef113 HeapDesc *hd; // from which the block is allocated119 struct HeapDesc struct147 HeapDesc *heapArray; argument363 HeapDesc *hd; in OS_AllocFromHeap()500 HeapDesc *hd; in OS_AllocFixed()676 HeapDesc *hd; in OS_FreeToHeap()740 HeapDesc *hd; in OS_FreeAllToHeap()843 …SDK_TASSERTMSG(maxHeaps <= ((char *)arenaEnd - (char *)arenaStart) / sizeof(HeapDesc), OS_ERR_INIT… in OS_InitAlloc()850 arraySize = sizeof(HeapDesc) * maxHeaps; in OS_InitAlloc()[all …]