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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTHeapOffset.cpp151 static uint8_t s_abMemCopy[sizeof(s_abMem)]; local
152 memcpy(s_abMemCopy, s_abMem, sizeof(s_abMem));
153 uintptr_t offDelta = (uintptr_t)&s_abMemCopy[0] - (uintptr_t)&s_abMem[0];
H A DtstRTHeapSimple.cpp147 static uint8_t s_abMemCopy[sizeof(s_abMem)]; local
148 memcpy(s_abMemCopy, s_abMem, sizeof(s_abMem));
149 uintptr_t offDelta = (uintptr_t)&s_abMemCopy[0] - (uintptr_t)&s_abMem[0];

Completed in 43 milliseconds