footprint 2322 oshmem/mca/memheap/ptmalloc/malloc.c size_t footprint; footprint 3152 oshmem/mca/memheap/ptmalloc/malloc.c dl_assert(total <= m->footprint); footprint 3153 oshmem/mca/memheap/ptmalloc/malloc.c dl_assert(m->footprint <= m->max_footprint); footprint 3186 oshmem/mca/memheap/ptmalloc/malloc.c nm.hblkhd = m->footprint - sum; footprint 3188 oshmem/mca/memheap/ptmalloc/malloc.c nm.uordblks = m->footprint - mfree; footprint 3208 oshmem/mca/memheap/ptmalloc/malloc.c fp = m->footprint; footprint 3508 oshmem/mca/memheap/ptmalloc/malloc.c if ((m->footprint += mmsize) > m->max_footprint) footprint 3509 oshmem/mca/memheap/ptmalloc/malloc.c m->max_footprint = m->footprint; footprint 3543 oshmem/mca/memheap/ptmalloc/malloc.c if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) footprint 3544 oshmem/mca/memheap/ptmalloc/malloc.c m->max_footprint = m->footprint; footprint 3820 oshmem/mca/memheap/ptmalloc/malloc.c if ((m->footprint += tsize) > m->max_footprint) footprint 3821 oshmem/mca/memheap/ptmalloc/malloc.c m->max_footprint = m->footprint; footprint 3919 oshmem/mca/memheap/ptmalloc/malloc.c m->footprint -= size; footprint 3985 oshmem/mca/memheap/ptmalloc/malloc.c m->footprint -= released; footprint 4569 oshmem/mca/memheap/ptmalloc/malloc.c fm->footprint -= psize; footprint 4736 oshmem/mca/memheap/ptmalloc/malloc.c return gm->footprint; footprint 4781 oshmem/mca/memheap/ptmalloc/malloc.c m->seg.size = m->footprint = m->max_footprint = tsize; footprint 4992 oshmem/mca/memheap/ptmalloc/malloc.c fm->footprint -= psize; footprint 5173 oshmem/mca/memheap/ptmalloc/malloc.c result = ms->footprint;