Searched refs:stats__bytes_mmaped (Results 1 – 1 of 1) sorted by relevance
239 SizeT stats__bytes_mmaped; member616 a->stats__bytes_mmaped = 0; in arena_init()640 a->stats__bytes_mmaped_max, a->stats__bytes_mmaped, in VG_()882 a->stats__bytes_mmaped += cszB; in newSuperblock()883 if (a->stats__bytes_mmaped > a->stats__bytes_mmaped_max) in newSuperblock()884 a->stats__bytes_mmaped_max = a->stats__bytes_mmaped; in newSuperblock()924 a->stats__bytes_mmaped -= cszB; in reclaimSuperblock()1426 a->stats__bytes_mmaped, a->stats__bytes_on_loan); in sanity_check_malloc_arena()1475 a->name, a->stats__bytes_mmaped_max, a->stats__bytes_mmaped, in cc_analyse_alloc_arena()2389 mi->arena = a->stats__bytes_mmaped; in VG_()[all …]