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

/vbox/src/VBox/Runtime/r3/
H A Dalloc-ef.cpp80 static volatile size_t g_cbBlocksDelay; variable
284 g_cbBlocksDelay += cbBlock;
295 if (g_cbBlocksDelay > RTALLOC_EFENCE_FREE_DELAYED)
305 g_cbBlocksDelay -= RT_ALIGN_Z(pBlock->cbAligned, PAGE_SIZE) + RTALLOC_EFENCE_SIZE;

Completed in 34 milliseconds