newmem 4176 oshmem/mca/memheap/ptmalloc/malloc.c void* newmem = internal_malloc(m, bytes); newmem 4177 oshmem/mca/memheap/ptmalloc/malloc.c if (newmem != 0) { newmem 4179 oshmem/mca/memheap/ptmalloc/malloc.c memcpy(newmem, oldmem, (oc < bytes)? oc : bytes); newmem 4182 oshmem/mca/memheap/ptmalloc/malloc.c return newmem;