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

/external/valgrind/exp-dhat/
H A Ddh_main.c63 static ULong g_max_bytes_live = 0; // the max residency point variable
276 if (g_cur_bytes_live > g_max_bytes_live) {
277 g_max_bytes_live = g_cur_bytes_live;
433 if (delta > 0 && g_cur_bytes_live > g_max_bytes_live) {
434 g_max_bytes_live = g_cur_bytes_live;
1291 g_max_bytes_live, g_max_blocks_live);

Completed in 24 milliseconds