Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_mallocfree.c237 SizeT stats__bytes_on_loan_max; member
611 a->stats__bytes_on_loan_max = 0; in arena_init()
636 a->stats__bytes_on_loan_max, in VG_()
1412 a->stats__bytes_on_loan_max, a->stats__bytes_on_loan, in cc_analyse_alloc_arena()
1656 if (a->stats__bytes_on_loan > a->stats__bytes_on_loan_max) { in add_one_block_to_stats()
1657 a->stats__bytes_on_loan_max = a->stats__bytes_on_loan; in add_one_block_to_stats()
1658 if (a->stats__bytes_on_loan_max >= a->next_profile_at) { in add_one_block_to_stats()
1662 (((ULong)a->stats__bytes_on_loan_max) * 105ULL) / 100ULL ); in add_one_block_to_stats()
2248 if (a->stats__bytes_on_loan > a->stats__bytes_on_loan_max) { in VG_()
2249 a->stats__bytes_on_loan_max = a->stats__bytes_on_loan; in VG_()