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

/external/valgrind/main/exp-dhat/
H A Ddh_main.c59 static ULong g_cur_blocks_live = 0; // curr # blocks live variable
274 g_cur_blocks_live++;
278 g_max_blocks_live = g_cur_blocks_live;
324 tl_assert(g_cur_blocks_live > 0);
325 g_cur_blocks_live--;
435 g_max_blocks_live = g_cur_blocks_live;

Completed in 97 milliseconds