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()
1528 ASSERT(IsValidExpHeapHandle_(heap)); in MEMFreeToExpHeap()
1569 ASSERT(IsValidExpHeapHandle_(heap)); in MEMGetTotalFreeSizeForExpHeap()
1605 ASSERT(IsValidExpHeapHandle_(heap)); in MEMGetAllocatableSizeForExpHeapEx()
1698 ASSERT(IsValidExpHeapHandle_(heap)); in MEMSetAllocModeForExpHeap()
1723 ASSERT(IsValidExpHeapHandle_(heap)); in MEMGetAllocModeForExpHeap()
1746 ASSERT(IsValidExpHeapHandle_(heap)); in MEMSetGroupIDForExpHeap()
1773 ASSERT(IsValidExpHeapHandle_(heap)); in MEMGetGroupIDForExpHeap()
1809 ASSERT(IsValidExpHeapHandle_(heap)); in MEMVisitAllocatedForExpHeap()
1894 ASSERT( IsValidExpHeapHandle_(heap) ); in MEMAdjustExpHeap()
1964 if ( ! IsValidExpHeapHandle_(heap) ) in MEMCheckExpHeap()