Lines Matching defs:new
263 /* if the leftover is enough for a new free piece */
291 char *new;
304 new = malloc_unlocked(size);
306 return (new);
401 call_malloc: /* call malloc to get a new block */
403 if ((new = malloc_unlocked(size)) != NULL) {
407 (void) memcpy(new, old, ts);
410 return (new);
472 * Then, the new free block is leaf-inserted into the free tree
641 /* compute new amount of memory to get */
720 /* new bottom address */
723 /* new bottom block */
1034 * path from Root to tp and make tp the new root.