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

/vbox/src/VBox/Runtime/r3/
H A Dalloc-ef.cpp78 static volatile PRTMEMBLOCK g_pBlocksDelayTail; variable
281 g_pBlocksDelayTail = pBlock;
297 pBlock = g_pBlocksDelayTail;
300 g_pBlocksDelayTail = (PRTMEMBLOCK)pBlock->Core.pLeft;

Completed in 156 milliseconds