Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbase.c147 if (base->auto_thp_switched) { in base_auto_thp_switch()
163 base->auto_thp_switched = true; in base_auto_thp_switch()
222 metadata_thp_always || base->auto_thp_switched)) { in base_extent_bump_alloc_post()
287 if (base->auto_thp_switched) { in base_block_alloc()
332 && !base->auto_thp_switched)) { in base_extent_alloc()
374 base->auto_thp_switched = false; in base_new()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbase_structs.h34 bool auto_thp_switched; member