Searched refs:ALLOCBLKSZ (Results 1 – 1 of 1) sorted by relevance
270 #define ALLOCBLKSZ 4096 macro303 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()