Lines Matching refs:currentHeap
139 volatile OSHeapHandle currentHeap; member
386 heap = heapInfo->currentHeap; in OS_AllocFromHeap()
682 heap = heapInfo->currentHeap; in OS_FreeToHeap()
739 heap = heapInfo->currentHeap; in OS_FreeAllToHeap()
794 prev = heapInfo->currentHeap; in OS_SetCurrentHeap()
795 heapInfo->currentHeap = heap; in OS_SetCurrentHeap()
854 heapInfo->currentHeap = -1; in OS_InitAlloc()
1023 if (heapInfo->currentHeap == heap) in OS_DestroyHeap()
1025 heapInfo->currentHeap = -1; in OS_DestroyHeap()
1167 heap = heapInfo->currentHeap; in OS_CheckHeap()
1292 heap = heapInfo->currentHeap; in OS_DumpHeap()
1420 heap = heapInfo->currentHeap; in OSi_GetTotalAllocSize()
1469 heap = heapInfo->currentHeap; in OS_GetTotalFreeSize()
1507 heap = heapInfo->currentHeap; in OS_GetMaxFreeSize()
1562 heap = heapInfo->currentHeap; in OS_ClearHeap()