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

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp256 #define ASSERT_BLOCK(pHeapInt, pBlock) \ macro
310 do { ASSERT_BLOCK(pHeapInt, &(pBlock)->Core); \
713 ASSERT_BLOCK(pHeapInt, &pRight->Core);
H A Dheapsimple.cpp200 #define ASSERT_BLOCK(pHeapInt, pBlock) \ macro
254 do { ASSERT_BLOCK(pHeapInt, &(pBlock)->Core); \
705 ASSERT_BLOCK(pHeapInt, &pRight->Core);

Completed in 46 milliseconds