Home
last modified time | relevance | path

Searched refs:thp_mode_names_limit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dpages.h66 thp_mode_names_limit = 3, /* Used for option processing. */ enumerator
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c1399 for (int i = 0; i < thp_mode_names_limit; i++) { in malloc_conf_init_helper()