Lines Matching refs:IsValidExpHeapHandle_
106 IsValidExpHeapHandle_( MEMHeapHandle handle ) in IsValidExpHeapHandle_() function
1193 ASSERT(IsValidExpHeapHandle_(heap)); in MEMiDumpExpHeap()
1350 ASSERT( IsValidExpHeapHandle_(heap) ); in MEMDestroyExpHeap()
1381 ASSERT( IsValidExpHeapHandle_(heap) ); in MEMAllocFromExpHeapEx()
1434 ASSERT(IsValidExpHeapHandle_(heap)); in MEMResizeForMBlockExpHeap()
1542 ASSERT(IsValidExpHeapHandle_(heap)); in MEMFreeToExpHeap()
1581 ASSERT(IsValidExpHeapHandle_(heap)); in MEMGetTotalFreeSizeForExpHeap()
1617 ASSERT(IsValidExpHeapHandle_(heap)); in MEMGetAllocatableSizeForExpHeapEx()
1710 ASSERT(IsValidExpHeapHandle_(heap)); in MEMSetAllocModeForExpHeap()
1735 ASSERT(IsValidExpHeapHandle_(heap)); in MEMGetAllocModeForExpHeap()
1764 ASSERT( IsValidExpHeapHandle_(heap) ); in MEMUseMarginOfAlignmentForExpHeap()
1792 ASSERT( IsValidExpHeapHandle_(heap) ); in MEMSetGroupIDForExpHeap()
1819 ASSERT(IsValidExpHeapHandle_(heap)); in MEMGetGroupIDForExpHeap()
1855 ASSERT(IsValidExpHeapHandle_(heap)); in MEMVisitAllocatedForExpHeap()
1940 ASSERT( IsValidExpHeapHandle_(heap) ); in MEMAdjustExpHeap()
2010 if ( ! IsValidExpHeapHandle_(heap) ) in MEMCheckExpHeap()