Home
last modified time | relevance | path

Searched refs:npagesizes (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/lib/libthr/thread/
HDthr_malloc.c37 int npagesizes; variable
47 if (npagesizes != 0) in __thr_malloc_init()
49 npagesizes = getpagesizes(pagesizes_d, nitems(pagesizes_d)); in __thr_malloc_init()
50 if (npagesizes == -1) { in __thr_malloc_init()
/freebsd-13-stable/libexec/rtld-elf/
HDrtld_malloc.h40 extern int npagesizes;
HDrtld.h55 extern int npagesizes;
HDmap_object.c211 if (npagesizes > 1 && rtld_round_page(segs[0]->p_filesz) >= pagesizes[1]) in map_object()
HDrtld.c267 int npagesizes; variable
2566 npagesizes = size / sizeof(pagesizes[0]); in init_pagesizes()
2568 while (npagesizes > 0 && pagesizes[npagesizes - 1] == 0) in init_pagesizes()
2569 npagesizes--; in init_pagesizes()