mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-09 23:37:19 +03:00
Add background thread related stats.
This commit is contained in:
parent
b693c7868e
commit
2bee0c6251
9 changed files with 214 additions and 21 deletions
|
|
@ -52,6 +52,7 @@ typedef struct ctl_stats_s {
|
|||
size_t mapped;
|
||||
size_t retained;
|
||||
|
||||
background_thread_stats_t background_thread;
|
||||
mutex_prof_data_t mutex_prof_data[mutex_prof_num_global_mutexes];
|
||||
} ctl_stats_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue