Searched refs:HeapDesc (Results 1 – 1 of 1) sorted by relevance
121 typedef struct HeapDesc HeapDesc; typedef132 HeapDesc* hd; // from which the block is allocated138 struct HeapDesc struct155 static HeapDesc* HeapArray; // array of current heap descriptors argument340 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()[all …]