Remove prof_accumbytes in arena

`prof_accumbytes` was supposed to be replaced by `prof_accum` in
https://github.com/jemalloc/jemalloc/pull/623.
This commit is contained in:
Yinan Zhang 2019-06-05 15:26:08 -07:00 committed by Qi Wang
parent e0a0c8d4bf
commit a2a693e722

View File

@ -116,7 +116,6 @@ struct arena_s {
/* Synchronization: internal. */
prof_accum_t prof_accum;
uint64_t prof_accumbytes;
/*
* PRNG state for cache index randomization of large allocation base