Lines Matching refs:footprint
2081 size_t footprint; member
2875 assert(total <= m->footprint); in do_check_malloc_state()
2876 assert(m->footprint <= m->max_footprint); in do_check_malloc_state()
2909 nm.hblkhd = m->footprint - sum; in internal_mallinfo()
2911 nm.uordblks = m->footprint - mfree; in internal_mallinfo()
2931 fp = m->footprint; in internal_malloc_stats()
3231 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc()
3232 m->max_footprint = m->footprint; in mmap_alloc()
3267 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize()
3268 m->max_footprint = m->footprint; in mmap_resize()
3545 if ((m->footprint += tsize) > m->max_footprint) in sys_alloc()
3546 m->max_footprint = m->footprint; in sys_alloc()
3639 m->footprint -= size; in release_unused_segments()
3700 m->footprint -= released; in sys_trim()
4284 fm->footprint -= psize; in dlfree()
4432 return gm->footprint; in dlmalloc_footprint()
4477 m->seg.size = m->footprint = m->max_footprint = tsize; in init_user_mstate()
4685 fm->footprint -= psize; in mspace_free()
4856 result = ms->footprint; in mspace_footprint()