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

/illumos-gate/usr/src/cmd/users/
H A Dusers.c260 * nextblkaddr Address of the next available chunk of aligned
272 static char *nextblkaddr = NULL; variable
309 rtnval = nextblkaddr;
312 if ((nextblkaddr += size) >= laststraddr) {
318 nextblkaddr = rtnval + size;
347 if ((laststraddr -= nchars) < nextblkaddr) {
348 if ((nextblkaddr = malloc(ALLOCBLKSZ)) == NULL) {
352 laststraddr = nextblkaddr + ALLOCBLKSZ - nchars;

Completed in 3084 milliseconds