Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dbase.c142 if (base->auto_thp_switched) { in base_auto_thp_switch()
158 base->auto_thp_switched = true; in base_auto_thp_switch()
217 metadata_thp_always || base->auto_thp_switched)) { in base_extent_bump_alloc_post()
282 if (base->auto_thp_switched) { in base_block_alloc()
327 && !base->auto_thp_switched)) { in base_extent_alloc()
383 base->auto_thp_switched = false; in base_new()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dbase.h58 bool auto_thp_switched; member