mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
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:
parent
e0a0c8d4bf
commit
a2a693e722
1 changed files with 0 additions and 1 deletions
|
|
@ -116,7 +116,6 @@ struct arena_s {
|
||||||
|
|
||||||
/* Synchronization: internal. */
|
/* Synchronization: internal. */
|
||||||
prof_accum_t prof_accum;
|
prof_accum_t prof_accum;
|
||||||
uint64_t prof_accumbytes;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* PRNG state for cache index randomization of large allocation base
|
* PRNG state for cache index randomization of large allocation base
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue