Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libmalloc/common/
H A Dmalloc.c231 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()
H A Dmallint.h162 #define HEADSZ sizeof (struct header) /* size of unallocated block header */ macro
168 #define MINBLKSZ HEADSZ
/titanic_50/usr/src/cmd/dc/
H A Ddc.h36 #define HEADSZ 1024 macro
H A Ddc.c2148 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()