Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c78 #define HDR_PAGE (sizeof (struct page) - sizeof (void *)) macro
130 size_t totsize = size + HDR_PAGE; in malloc_unlocked()
144 block->size = totpage - HDR_PAGE; in malloc_unlocked()
260 if (page->block->size == page->size - HDR_PAGE) { in defrag()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c69 #define HDR_PAGE (sizeof (struct page) - sizeof (void *)) macro
180 size_t totsize = size + HDR_PAGE; in malloc()
194 block->size = totpage - HDR_PAGE; in malloc()
331 block->size = bytes - HDR_PAGE; in addfree()