Lines Matching refs:footprint
2034 size_t footprint; member
2823 assert(total <= m->footprint); in do_check_malloc_state()
2824 assert(m->footprint <= m->max_footprint); in do_check_malloc_state()
2857 nm.hblkhd = m->footprint - sum; in internal_mallinfo()
2859 nm.uordblks = m->footprint - mfree; in internal_mallinfo()
2879 fp = m->footprint; in internal_malloc_stats()
3181 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc()
3182 m->max_footprint = m->footprint; in mmap_alloc()
3217 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize()
3218 m->max_footprint = m->footprint; in mmap_resize()
3495 if ((m->footprint += tsize) > m->max_footprint) in sys_alloc()
3496 m->max_footprint = m->footprint; in sys_alloc()
3587 m->footprint -= size; in release_unused_segments()
3648 m->footprint -= released; in sys_trim()
4232 fm->footprint -= psize; in dlfree()
4380 return gm->footprint; in dlmalloc_footprint()
4425 m->seg.size = m->footprint = m->max_footprint = tsize; in init_user_mstate()
4633 fm->footprint -= psize; in mspace_free()
4804 result = ms->footprint; in mspace_footprint()