Searched refs:dz_map (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | util.c | 49 * libld_malloc() and dz_map() are used for both performance and for ease of 64 * all of the blocks that were mapped in through dz_map(). This is much 88 dz_map(size_t size) function 125 if ((nhp = dz_map(tsize)) == MAP_FAILED)
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | malloc.c | 183 if ((page = dz_map(0, 0, totpage,
|
H A D | _rtld.h | 696 extern void *dz_map(Lm_list *, caddr_t, size_t, int, int);
|
H A D | util.c | 567 if ((pnbuf = dz_map(0, 0, pnsize, (PROT_READ | PROT_WRITE), 588 if ((strbuf = dz_map(0, 0, strsize, (PROT_READ | PROT_WRITE), 3145 dz_map(Lm_list *lml, caddr_t addr, size_t len, int prot, int flags) function
|
Completed in 115 milliseconds