Searched refs:HDR_PAGE (Results 1 – 2 of 2) sorted by relevance
78 #define HDR_PAGE (sizeof (struct page) - sizeof (void *)) macro130 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()
69 #define HDR_PAGE (sizeof (struct page) - sizeof (void *)) macro180 size_t totsize = size + HDR_PAGE; in malloc()194 block->size = totpage - HDR_PAGE; in malloc()331 block->size = bytes - HDR_PAGE; in addfree()