Searched refs:stats__bytes_mmaped (Results 1 – 1 of 1) sorted by relevance
236 SizeT stats__bytes_mmaped; member610 a->stats__bytes_mmaped = 0; in arena_init()634 a->stats__bytes_mmaped_max, a->stats__bytes_mmaped, in VG_()876 a->stats__bytes_mmaped += cszB; in newSuperblock()877 if (a->stats__bytes_mmaped > a->stats__bytes_mmaped_max) in newSuperblock()878 a->stats__bytes_mmaped_max = a->stats__bytes_mmaped; in newSuperblock()918 a->stats__bytes_mmaped -= cszB; in reclaimSuperblock()1361 a->stats__bytes_mmaped, a->stats__bytes_on_loan); in sanity_check_malloc_arena()1410 a->name, a->stats__bytes_mmaped_max, a->stats__bytes_mmaped, in cc_analyse_alloc_arena()2324 mi->arena = a->stats__bytes_mmaped; in VG_()[all …]