jemalloc/include
Qi Wang 8d8379da44 Fix background_thread creation for the oversize_arena.
Bypassing background thread creation for the oversize_arena used to be an
optimization since that arena had eager purging.  However #2466 changed the
purging policy for the oversize_arena -- specifically it switched to the default
decay time when background_thread is enabled.

This issue is noticable when the number of arenas is low: whenever the total #
of arenas is <= 4 (which is the default max # of background threads), in which
case the purging will be stalled since no background thread is created for the
oversize_arena.
2024-05-02 14:45:18 -07:00
..
jemalloc Fix background_thread creation for the oversize_arena. 2024-05-02 14:45:18 -07:00
msvc_compat Remove trailing whitespace 2023-06-23 11:58:18 -07:00