Searched refs:totpage (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c133 size_t totpage = align(totsize, pagesize); local
135 if ((page = (struct page *)mmap(0, totpage,
142 page->size = totpage;
146 block->size = totpage - HDR_PAGE;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c181 size_t totpage = S_ROUND(totsize, syspagsz); local
183 if ((page = dz_map(0, 0, totpage,
190 page->size = totpage;
194 block->size = totpage - HDR_PAGE;

Completed in 56 milliseconds