Searched refs:MINBLKSZ (Results 1 – 2 of 2) sorted by relevance
454 nb = (nb > MINBLKSZ) ? nb : MINBLKSZ; in malloc_unlocked()604 if (((char *)blk->nextblk - (char *)blk) - nb >= MINBLKSZ) { in malloc_unlocked()624 ((char *)blk + minhead) < nbytes + MINBLKSZ); in malloc_unlocked()801 trusize = (trusize >= MINBLKSZ) ? trusize : MINBLKSZ; in realloc_unlocked()809 if (cpysize - trusize >= MINBLKSZ) { in realloc_unlocked()
166 #define MINBLKSZ HEADSZ macro