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

/vbox/src/VBox/Runtime/r3/
H A Dalloc-ef.cpp76 static volatile PRTMEMBLOCK g_pBlocksDelayHead; variable
273 if (g_pBlocksDelayHead)
275 g_pBlocksDelayHead->Core.pLeft = (PAVLPVNODECORE)pBlock;
276 pBlock->Core.pRight = (PAVLPVNODECORE)g_pBlocksDelayHead;
277 g_pBlocksDelayHead = pBlock;
282 g_pBlocksDelayHead = pBlock;
304 g_pBlocksDelayHead = NULL;

Completed in 34 milliseconds