Searched refs:gHeapHead (Results 1 – 1 of 1) sorted by relevance
62 static struct HeapNode* gHeapHead; variable77 node = gHeapHead = (struct HeapNode*)ALIGNED_HEAP_START; in heapInit()95 struct HeapNode *node = gHeapHead, *next; in heapMergeFreeChunks()127 node = gHeapHead; in heapAlloc()220 for (node = gHeapHead; node; node = heapPrvGetNext(node)) { in heapFreeAll()245 for (node = gHeapHead; node; node = heapPrvGetNext(node)) { in heapGetFreeSize()270 for (node = gHeapHead; node; node = heapPrvGetNext(node)) { in heapGetTaskSize()