Lines Matching refs:HeapDesc
102 typedef struct HeapDesc HeapDesc; typedef
113 HeapDesc *hd; // from which the block is allocated
119 struct HeapDesc struct
143 HeapDesc *heapArray; argument
359 HeapDesc *hd; in OS_AllocFromHeap()
496 HeapDesc *hd; in OS_AllocFixed()
670 HeapDesc *hd; in OS_FreeToHeap()
727 HeapDesc *hd; in OS_FreeAllToHeap()
830 SDK_ASSERTMSG(maxHeaps <= ((char *)arenaEnd - (char *)arenaStart) / sizeof(HeapDesc), in OS_InitAlloc()
838 arraySize = sizeof(HeapDesc) * maxHeaps; in OS_InitAlloc()
844 HeapDesc *hd = &heapInfo->heapArray[i]; in OS_InitAlloc()
904 HeapDesc *hd; in OS_CreateHeap()
991 HeapDesc *hd; in OS_DestroyHeap()
1049 HeapDesc *hd; in OS_AddToHeap()
1152 HeapDesc *hd; in OS_CheckHeap()
1253 SDK_ASSERTMSG(((char *)cell->hd - (char *)heapInfo->heapArray) % sizeof(HeapDesc) == 0, in OS_ReferentSize()
1278 HeapDesc *hd; in OS_DumpHeap()
1540 HeapDesc *hd; in OS_ClearHeap()