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

/external/valgrind/main/exp-dhat/
H A Ddh_main.c181 // point. Note this is a bit subtle. max_blocks_live is not
185 ULong max_blocks_live; member in struct:__anon32788
263 api->max_blocks_live = api->cur_blocks_live;
429 api->max_blocks_live = api->cur_blocks_live;
1107 api->max_bytes_live, api->max_blocks_live);
1111 tl_assert(api->tot_blocks >= api->max_blocks_live);
1177 return api->max_blocks_live;

Completed in 48 milliseconds