Home
last modified time | relevance | path

Searched refs:footprint (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2038 size_t footprint; member
2836 assert(total <= m->footprint); in do_check_malloc_state()
2837 assert(m->footprint <= m->max_footprint); in do_check_malloc_state()
2873 nm.hblkhd = m->footprint - sum; in internal_mallinfo()
2875 nm.uordblks = m->footprint - mfree; in internal_mallinfo()
2895 fp = m->footprint; in internal_malloc_stats()
3195 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc()
3196 m->max_footprint = m->footprint; in mmap_alloc()
3231 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize()
3232 m->max_footprint = m->footprint; in mmap_resize()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2549 size_t footprint; member
3420 assert(total <= m->footprint); in do_check_malloc_state()
3421 assert(m->footprint <= m->max_footprint); in do_check_malloc_state()
3455 nm.hblkhd = m->footprint - sum; in internal_mallinfo()
3457 nm.uordblks = m->footprint - mfree; in internal_mallinfo()
3478 fp = m->footprint; in internal_malloc_stats()
3779 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc()
3780 m->max_footprint = m->footprint; in mmap_alloc()
3814 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize()
3815 m->max_footprint = m->footprint; in mmap_resize()
[all …]