Home
last modified time | relevance | path

Searched refs:thp_mode_names (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dpages.h73 extern const char *thp_mode_names[];
Dprivate_namespace_jet.h271 #define thp_mode_names JEMALLOC_N(thp_mode_names) macro
Dprivate_namespace.h268 #define thp_mode_names JEMALLOC_N(thp_mode_names) macro
/external/jemalloc_new/src/
Dpages.c38 const char *thp_mode_names[] = { variable
Djemalloc.c1215 if (strncmp(thp_mode_names[i],v, vlen)
Dctl.c1674 CTL_RO_NL_GEN(opt_thp, thp_mode_names[opt_thp], const char *) in CTL_RO_CONFIG_GEN()