Skip to content

Commit 960d7bb

Browse files
committed
debug
1 parent 787e0e3 commit 960d7bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/disjointCoarseMallocPool.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,9 @@ TEST_P(CoarseWithMemoryStrategyTest, disjointCoarseMMapPool_random) {
520520

521521
// alloc
522522
for (size_t j = 0; j < count; j++) {
523+
// debug
524+
std::cout << "count it: " << j << std::endl;
525+
523526
void *ptr = umfPoolMalloc(pool, size);
524527
ASSERT_NE(ptr, nullptr);
525528

0 commit comments

Comments
 (0)