Lines Matching refs:IsValidExpHeapHandle_
106 IsValidExpHeapHandle_( MEMHeapHandle handle ) in IsValidExpHeapHandle_() function
1182 ASSERT(IsValidExpHeapHandle_(heap)); in MEMiDumpExpHeap()
1339 ASSERT( IsValidExpHeapHandle_(heap) ); in MEMDestroyExpHeap()
1370 ASSERT( IsValidExpHeapHandle_(heap) ); in MEMAllocFromExpHeapEx()
1422 ASSERT(IsValidExpHeapHandle_(heap)); in MEMResizeForMBlockExpHeap()
1527 ASSERT(IsValidExpHeapHandle_(heap)); in MEMFreeToExpHeap()
1568 ASSERT(IsValidExpHeapHandle_(heap)); in MEMGetTotalFreeSizeForExpHeap()
1604 ASSERT(IsValidExpHeapHandle_(heap)); in MEMGetAllocatableSizeForExpHeapEx()
1697 ASSERT(IsValidExpHeapHandle_(heap)); in MEMSetAllocModeForExpHeap()
1722 ASSERT(IsValidExpHeapHandle_(heap)); in MEMGetAllocModeForExpHeap()
1745 ASSERT(IsValidExpHeapHandle_(heap)); in MEMSetGroupIDForExpHeap()
1772 ASSERT(IsValidExpHeapHandle_(heap)); in MEMGetGroupIDForExpHeap()
1808 ASSERT(IsValidExpHeapHandle_(heap)); in MEMVisitAllocatedForExpHeap()
1893 ASSERT( IsValidExpHeapHandle_(heap) ); in MEMAdjustExpHeap()
1963 if ( ! IsValidExpHeapHandle_(heap) ) in MEMCheckExpHeap()