Home
last modified time | relevance | path

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

/external/valgrind/main/exp-dhat/
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) { in intro_Block()
277 g_max_bytes_live = g_cur_bytes_live; in intro_Block()
433 if (delta > 0 && g_cur_bytes_live > g_max_bytes_live) { in apinfo_change_cur_bytes_live()
434 g_max_bytes_live = g_cur_bytes_live; in apinfo_change_cur_bytes_live()
1291 g_max_bytes_live, g_max_blocks_live); in dh_fini()