Searched defs:BlockTree (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Drtmempage-exec-mmap-heap-posix.cpp78 /** The number of pages in the heap (in BlockTree). */
89 AVLRPVTREE BlockTree; member in struct:RTHEAPPAGE
214 pHeap->BlockTree = NULL;
391 RTAvlrPVDoWithAll(&pHeap->BlockTree, true /*fFromLeft*/, rtHeapPageAllocCallback, &Args);
437 bool fRc = RTAvlrPVInsert(&pHeap->BlockTree, &pBlock->Core); Assert(fRc); NOREF(fRc);
530 PRTHEAPPAGEBLOCK pBlock = (PRTHEAPPAGEBLOCK)RTAvlrPVRangeGet(&pHeap->BlockTree, pv);
577 RTAvlrPVDoWithAll(&pHeap->BlockTree, false /*fFromLeft*/,
582 void *pv2 = RTAvlrPVRemove(&pHeap->BlockTree, pBlock->Core.Key); Assert(pv2); NOREF(pv2);

Completed in 34 milliseconds