Searched refs:retblk (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c430 Dblk retblk; /* block returned to the user */ local
509 retblk = allocp->block;
520 retblk = allocp->block;
521 nblk = nextblk(retblk, nbytes); /* ^next block */
522 nblk->size = allocp->size = retblk->size - nbytes;
537 retblk->size = nbytes;
540 __mallinfo.uordbytes += retblk->size; /* bytes allocated */
545 return((ptr_t)retblk->data);

Completed in 62 milliseconds