remainder_size 4251 oshmem/mca/memheap/ptmalloc/malloc.c size_t remainder_size = size - nb; remainder_size 4254 oshmem/mca/memheap/ptmalloc/malloc.c set_inuse(m, remainder, remainder_size); remainder_size 4296 oshmem/mca/memheap/ptmalloc/malloc.c size_t remainder_size; /* remaining bytes while splitting */ remainder_size 4347 oshmem/mca/memheap/ptmalloc/malloc.c remainder_size = chunksize(p); remainder_size 4352 oshmem/mca/memheap/ptmalloc/malloc.c memset((size_t*)mem, 0, remainder_size - SIZE_T_SIZE - array_size); remainder_size 4359 oshmem/mca/memheap/ptmalloc/malloc.c array_chunk_size = remainder_size - contents_size; remainder_size 4362 oshmem/mca/memheap/ptmalloc/malloc.c remainder_size = contents_size; remainder_size 4373 oshmem/mca/memheap/ptmalloc/malloc.c remainder_size -= size; remainder_size 4378 oshmem/mca/memheap/ptmalloc/malloc.c set_size_and_pinuse_of_inuse_chunk(m, p, remainder_size); remainder_size 4387 oshmem/mca/memheap/ptmalloc/malloc.c dl_assert(remainder_size == element_size); remainder_size 4390 oshmem/mca/memheap/ptmalloc/malloc.c dl_assert(remainder_size == request2size(sizes[i]));