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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTHeapOffset.cpp233 } s_aHistory[1536]; local
234 RT_ZERO(s_aHistory);
238 i = RTRandAdvU32Ex(hRand, 0, RT_ELEMENTS(s_aHistory) - 1);
239 if (!s_aHistory[i].pv)
242 s_aHistory[i].cb = RTRandAdvU32Ex(hRand, 9, 1024);
243 s_aHistory[i].pv = RTHeapOffsetAlloc(Heap, s_aHistory[i].cb, uAlignment);
244 if (!s_aHistory[i].pv)
246 s_aHistory[i].cb = 9;
247 s_aHistory[
[all...]

Completed in 2580 milliseconds