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

/vbox/src/VBox/Runtime/r3/
H A Dalloc-ef.cpp73 static AVLPVTREE g_BlocksTree; variable
208 bool fRc = RTAvlPVInsert(&g_BlocksTree, &pBlock->Core);
220 PRTMEMBLOCK pBlock = (PRTMEMBLOCK)RTAvlPVRemove(&g_BlocksTree, pv);
231 PRTMEMBLOCK pBlock = (PRTMEMBLOCK)RTAvlPVGet(&g_BlocksTree, pv);
259 RTAvlPVDoWithAll(&g_BlocksTree, true, RTMemDumpOne, NULL);

Completed in 34 milliseconds