mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-27 21:32:16 +03:00
Only abort on dlsym when necessary.
If neither background_thread nor lazy_lock is in use, do not abort on dlsym errors.
This commit is contained in:
parent
bdcf40a620
commit
a4d6fe73cf
3 changed files with 19 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ extern malloc_mutex_t background_thread_lock;
|
|||
extern atomic_b_t background_thread_enabled_state;
|
||||
extern size_t n_background_threads;
|
||||
extern background_thread_info_t *background_thread_info;
|
||||
extern bool can_enable_background_thread;
|
||||
|
||||
bool background_thread_create(tsd_t *tsd, unsigned arena_ind);
|
||||
bool background_threads_enable(tsd_t *tsd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue