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

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c238 SizeT stats__bytes_on_loan_max; member in struct:__anon32558
243 // (in terms of stats__bytes_on_loan_max) ?
574 a->stats__bytes_on_loan_max = 0;
599 a->stats__bytes_on_loan_max,
1356 a->stats__bytes_on_loan_max, a->stats__bytes_on_loan,
1575 if (a->stats__bytes_on_loan > a->stats__bytes_on_loan_max) {
1576 a->stats__bytes_on_loan_max = a->stats__bytes_on_loan;
1577 if (a->stats__bytes_on_loan_max >= a->next_profile_at) {
1581 (((ULong)a->stats__bytes_on_loan_max) * 105ULL) / 100ULL );
2152 if (a->stats__bytes_on_loan > a->stats__bytes_on_loan_max) {
[all...]

Completed in 156 milliseconds