Searched refs:ASSERT_FREE_CB (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp299 # define ASSERT_FREE_CB(pHeapInt, pBlock) \ macro
305 # define ASSERT_FREE_CB(pHeapInt, pBlock) do {} while (0) macro
316 ASSERT_FREE_CB(pHeapInt, pBlock); \
H A Dheapsimple.cpp243 # define ASSERT_FREE_CB(pHeapInt, pBlock) \ macro
249 # define ASSERT_FREE_CB(pHeapInt, pBlock) do {} while (0) macro
260 ASSERT_FREE_CB(pHeapInt, pBlock); \
/vbox/src/VBox/VMM/VMMAll/
H A DMMAllHyper.cpp115 #define ASSERT_FREE_CB(pHeap, pChunk) \ macro
130 ASSERT_FREE_CB(pHeap, pChunk); \

Completed in 50 milliseconds