Lines Matching refs:currentHeap
143 volatile OSHeapHandle currentHeap; member
390 heap = heapInfo->currentHeap; in OS_AllocFromHeap()
688 heap = heapInfo->currentHeap; in OS_FreeToHeap()
752 heap = heapInfo->currentHeap; in OS_FreeAllToHeap()
807 prev = heapInfo->currentHeap; in OS_SetCurrentHeap()
808 heapInfo->currentHeap = heap; in OS_SetCurrentHeap()
866 heapInfo->currentHeap = -1; in OS_InitAlloc()
1105 if (heapInfo->currentHeap == heap) in OS_DestroyHeap()
1107 heapInfo->currentHeap = -1; in OS_DestroyHeap()
1283 heap = heapInfo->currentHeap; in OS_CheckHeap()
1431 heap = heapInfo->currentHeap; in OS_DumpHeap()
1561 heap = heapInfo->currentHeap; in OSi_GetTotalAllocSize()
1610 heap = heapInfo->currentHeap; in OS_GetTotalFreeSize()
1648 heap = heapInfo->currentHeap; in OS_GetMaxFreeSize()
1713 heap = heapInfo->currentHeap; in OS_ClearHeap()