Lines Matching refs:footprint
2086 size_t footprint; member
2880 assert(total <= m->footprint); in do_check_malloc_state()
2881 assert(m->footprint <= m->max_footprint); in do_check_malloc_state()
2914 nm.hblkhd = m->footprint - sum; in internal_mallinfo()
2916 nm.uordblks = m->footprint - mfree; in internal_mallinfo()
2936 fp = m->footprint; in internal_malloc_stats()
3236 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc()
3237 m->max_footprint = m->footprint; in mmap_alloc()
3272 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize()
3273 m->max_footprint = m->footprint; in mmap_resize()
3550 if ((m->footprint += tsize) > m->max_footprint) in sys_alloc()
3551 m->max_footprint = m->footprint; in sys_alloc()
3644 m->footprint -= size; in release_unused_segments()
3705 m->footprint -= released; in sys_trim()
4289 fm->footprint -= psize; in dlfree()
4437 return gm->footprint; in dlmalloc_footprint()
4482 m->seg.size = m->footprint = m->max_footprint = tsize; in init_user_mstate()
4690 fm->footprint -= psize; in mspace_free()
4861 result = ms->footprint; in mspace_footprint()