Searched refs:HEADSZ (Results 1 – 4 of 4) sorted by relevance
231 if ((fr - (uintptr_t)alloc_buf) <= HEADSZ) { in memalign()255 if ((fr - (uintptr_t)alloc_buf) <= HEADSZ) { in memalign()514 (struct header *)((char *)arenaend + HEADSZ)) { in malloc_unlocked()522 nget = nb + HEADSZ; in malloc_unlocked()531 - HEADSZ); in malloc_unlocked()945 minhead = HEADSZ; in mallopt()995 inf.keepcost += HEADSZ-MINHEAD; in mallinfo()1029 inf.keepcost -= inf.hblks*(HEADSZ - MINHEAD); in mallinfo()
162 #define HEADSZ sizeof (struct header) /* size of unallocated block header */ macro168 #define MINBLKSZ HEADSZ
36 #define HEADSZ 1024 macro
2148 nbytes += HEADSZ; in morehd()2149 hfree = h = (struct blk *)dcmalloc(HEADSZ); in morehd()2152 if ((hfree = h = (struct blk *)dcmalloc(HEADSZ)) == 0) in morehd()2156 while (h < hfree + (HEADSZ/BLK)) in morehd()