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

/external/valgrind/exp-dhat/
H A Ddh_main.c179 ULong cur_bytes_live; member in struct:__anon29298
260 api->cur_bytes_live += bk->req_szB;
261 if (api->cur_bytes_live > api->max_bytes_live) {
262 api->max_bytes_live = api->cur_bytes_live;
309 bk->ap, api->cur_bytes_live, (ULong)bk->req_szB);
314 tl_assert(api->cur_bytes_live >= bk->req_szB);
316 api->cur_bytes_live -= bk->req_szB;
419 tl_assert(api->cur_bytes_live >= -delta);
424 api->cur_bytes_live += delta;
427 if (delta > 0 && api->cur_bytes_live > ap
[all...]

Completed in 428 milliseconds