Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c141 static int minhead = MINHEAD; variable
281 hd = (struct header *)((char *)fr - minhead); in memalign()
452 nb = nbytes + minhead; in malloc_unlocked()
622 ((char *)blk + minhead) >= nbytes); in malloc_unlocked()
624 ((char *)blk + minhead) < nbytes + MINBLKSZ); in malloc_unlocked()
625 return ((char *)blk + minhead); in malloc_unlocked()
694 blk = (struct header *)((char *)ptr - minhead); in free_unlocked()
776 blk = (struct header *)((char *)ptr - minhead); in realloc_unlocked()
799 trusize = size+minhead; in realloc_unlocked()
945 minhead = HEADSZ; in mallopt()
[all …]