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

/illumos-gate/usr/src/cmd/users/
H A Dusers.c256 * ALLOCBLKSZ Size of a chunk of main memory allocated using
265 * too much space (>ALLOCBLKSZ bytes)
270 #define ALLOCBLKSZ 4096 macro
303 if ((size = size + (4 - (size % 4))) > ALLOCBLKSZ) {
313 if ((rtnval = malloc(ALLOCBLKSZ)) == NULL) {
317 laststraddr = rtnval + ALLOCBLKSZ;
343 if (nchars > ALLOCBLKSZ) {
348 if ((nextblkaddr = malloc(ALLOCBLKSZ)) == NULL) {
352 laststraddr = nextblkaddr + ALLOCBLKSZ - nchars;

Completed in 483 milliseconds