Searched refs:ComparePtr (Results 1 – 4 of 4) sorted by relevance
781 ASSERT( ComparePtr(pHeapHd->heapStart, memBlock) <= 0 in MEMResizeForMBlockFrmHeap()782 …&& ComparePtr(pFrmHeapHd->headAllocator, memBlock) > 0 ); // Be sure that memory blocks exist a… in MEMResizeForMBlockFrmHeap()784 …|| ComparePtr(pFrmHeapHd->pState, memBlock) < 0 ); // Be sure that there is no status sa… in MEMResizeForMBlockFrmHeap()808 … if ( ComparePtr( endAddress, pFrmHeapHd->tailAllocator ) > 0 ) // If the size is insufficient in MEMResizeForMBlockFrmHeap()
198 if ( ComparePtr( pHeapHd, heapEnd ) > 0 ) in MEMCreateUnitHeapEx()210 if ( ComparePtr( heapStart, heapEnd ) > 0 ) in MEMCreateUnitHeapEx()
783 if ( ComparePtr( reqMBlock, mblock ) >= 0 in AllocFromTail_()
140 ComparePtr( const void* a, const void* b ) in ComparePtr() function