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

/vbox/src/VBox/VMM/VMMAll/
H A DMMAllHyper.cpp595 uint32_t *pu32End = (uint32_t *)((uint8_t *)(pRet + 1) + cb); local
599 cbFence += (uintptr_t)pu32EndReal - (uintptr_t)pu32End; Assert(!(cbFence & 0x3));
1179 uint32_t *pu32End = ((uint32_t *)((uint8_t *)pCur + cbCur)); local
1180 uint32_t cbFence = pu32End[-1];
1189 uint32_t *pu32Bad = ASMMemIsAllU32((uint8_t *)pu32End - cbFence, cbFence - sizeof(uint32_t), MMHYPER_HEAP_STRICT_FENCE_U32);

Completed in 45 milliseconds