mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Remove unused prof_accum field from arena
This commit is contained in:
parent
8be5584494
commit
d454af90f1
1 changed files with 0 additions and 3 deletions
|
|
@ -57,9 +57,6 @@ struct arena_s {
|
|||
ql_head(cache_bin_array_descriptor_t) cache_bin_array_descriptor_ql;
|
||||
malloc_mutex_t tcache_ql_mtx;
|
||||
|
||||
/* Synchronization: internal. */
|
||||
counter_accum_t prof_accum;
|
||||
|
||||
/*
|
||||
* Represents a dss_prec_t, but atomically.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue