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

/vbox/src/VBox/VMM/VMMAll/
H A DMMAllHyper.cpp383 uint32_t cbFence = RT_MAX(MMHYPER_HEAP_STRICT_FENCE_SIZE, uAlignment); local
384 cb += cbFence;
599 cbFence += (uintptr_t)pu32EndReal - (uintptr_t)pu32End; Assert(!(cbFence & 0x3));
600 ASMMemFill32((uint8_t *)pu32EndReal - cbFence, cbFence, MMHYPER_HEAP_STRICT_FENCE_U32);
601 pu32EndReal[-1] = cbFence;
1180 uint32_t cbFence = pu32End[-1]; local
1181 if (RT_UNLIKELY( cbFence >= cbCur - sizeof(*pCur)
1182 || cbFence < MMHYPER_HEAP_STRICT_FENCE_SIZ
[all...]

Completed in 44 milliseconds