Lines Matching refs:HeapDesc
121 typedef struct HeapDesc HeapDesc; typedef
132 HeapDesc* hd; // from which the block is allocated
138 struct HeapDesc struct
155 static HeapDesc* HeapArray; // array of current heap descriptors argument
340 HeapDesc* hd; in OSAllocFromHeap()
444 HeapDesc* hd; in OSAllocFixed()
586 HeapDesc* hd; in OSFreeToHeap()
663 ((char*) arenaEnd - (char*) arenaStart) / sizeof(HeapDesc), in OSInitAlloc()
667 arraySize = sizeof(HeapDesc) * maxHeaps; in OSInitAlloc()
673 HeapDesc* hd = &HeapArray[i]; in OSInitAlloc()
714 HeapDesc* hd; in OSCreateHeap()
789 HeapDesc* hd; in OSDestroyHeap()
836 HeapDesc* hd; in OSAddToHeap()
905 HeapDesc* hd; in OSCheckHeap()
980 ASSERTMSG(((char*) cell->hd - (char*) HeapArray) % sizeof(HeapDesc) == 0, in OSReferentSize()
1002 HeapDesc* hd; in OSDumpHeap()