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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTHeapOffset.cpp135 //RTPrintf("debug: i=%d pv=%p cbReal=%#zx cbBeforeSub=%#zx cbAfterSubFree=%#zx cbAfterSubAlloc=%#zx \n", i, pv, RTHeapOffsetSize(Heap, pv),
141 size_t cbAfterSubAlloc = RTHeapOffsetGetFreeSize(Heap); local
142 if (cbBeforeSub != cbAfterSubAlloc)
144 RTTestIPrintf(RTTESTLVL_ALWAYS, "Warning: cbBeforeSub=%#zx cbAfterSubFree=%#zx cbAfterSubAlloc=%#zx. i=%d\n",
145 cbBeforeSub, cbAfterSubFree, cbAfterSubAlloc, i);
H A DtstRTHeapSimple.cpp132 //RTPrintf("debug: i=%d pv=%p cbReal=%#zx cbBeforeSub=%#zx cbAfterSubFree=%#zx cbAfterSubAlloc=%#zx \n", i, pv, RTHeapSimpleSize(Heap, pv),
137 size_t cbAfterSubAlloc = RTHeapSimpleGetFreeSize(Heap); local
138 if (cbBeforeSub != cbAfterSubAlloc)
140 RTTestIPrintf(RTTESTLVL_ALWAYS, "Warning: cbBeforeSub=%#zx cbAfterSubFree=%#zx cbAfterSubAlloc=%#zx. i=%d\n",
141 cbBeforeSub, cbAfterSubFree, cbAfterSubAlloc, i);

Completed in 51 milliseconds