Searched refs:totpage (Results 1 – 2 of 2) sorted by relevance
133 size_t totpage = align(totsize, pagesize); in malloc_unlocked() local135 if ((page = (struct page *)mmap(0, totpage, in malloc_unlocked()142 page->size = totpage; in malloc_unlocked()146 block->size = totpage - HDR_PAGE; in malloc_unlocked()
181 size_t totpage = S_ROUND(totsize, syspagsz); in malloc() local183 if ((page = dz_map(0, 0, totpage, in malloc()190 page->size = totpage; in malloc()194 block->size = totpage - HDR_PAGE; in malloc()