Lines Matching refs:HeapDesc
102 typedef struct HeapDesc HeapDesc; typedef
113 HeapDesc *hd; // from which the block is allocated
119 struct HeapDesc struct
147 HeapDesc *heapArray; argument
363 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()
856 HeapDesc *hd = &heapInfo->heapArray[i]; in OS_InitAlloc()
915 HeapDesc *hd; in OS_CreateHeap()
1001 HeapDesc *hd; in OS_CreateExtraHeap()
1065 HeapDesc *hd; in OS_DestroyHeap()
1131 HeapDesc *hd; in OS_AddToHeap()
1268 HeapDesc *hd; in OS_CheckHeap()
1394 …SDK_TASSERTMSG(((char *)cell->hd - (char *)heapInfo->heapArray) % sizeof(HeapDesc) == 0, OS_ERR_RE… in OS_ReferentSize()
1417 HeapDesc *hd; in OS_DumpHeap()
1683 HeapDesc *hd; in OS_ClearHeap()