Searched refs:stats__bytes_mmaped (Results 1 – 1 of 1) sorted by relevance
227 SizeT stats__bytes_mmaped; member561 a->stats__bytes_mmaped = 0; in arena_init()585 a->stats__bytes_mmaped_max, a->stats__bytes_mmaped, in VG_()823 a->stats__bytes_mmaped += cszB; in newSuperblock()824 if (a->stats__bytes_mmaped > a->stats__bytes_mmaped_max) in newSuperblock()825 a->stats__bytes_mmaped_max = a->stats__bytes_mmaped; in newSuperblock()865 a->stats__bytes_mmaped -= cszB; in reclaimSuperblock()1256 a->stats__bytes_mmaped, a->stats__bytes_on_loan); in sanity_check_malloc_arena()1299 a->name, a->stats__bytes_mmaped_max, a->stats__bytes_mmaped, in cc_analyse_alloc_arena()2122 mi->arena = a->stats__bytes_mmaped; in VG_()