Home
last modified time | relevance | path

Searched refs:ALLOCBLKSZ (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/users/
H A Dusers.c270 #define ALLOCBLKSZ 4096 macro
303 if ((size = size + (4 - (size % 4))) > ALLOCBLKSZ) { in allocblk()
313 if ((rtnval = malloc(ALLOCBLKSZ)) == NULL) { in allocblk()
317 laststraddr = rtnval + ALLOCBLKSZ; in allocblk()
343 if (nchars > ALLOCBLKSZ) { in allocstr()
348 if ((nextblkaddr = malloc(ALLOCBLKSZ)) == NULL) { in allocstr()
352 laststraddr = nextblkaddr + ALLOCBLKSZ - nchars; in allocstr()