mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 00:53:34 +03:00
Arena stats: mark edata_avail as derived.
The true number is in the edata_cache itself.
This commit is contained in:
parent
3192d6b77d
commit
497836dbc8
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ struct arena_stats_s {
|
||||||
locked_zu_t retained; /* Derived. */
|
locked_zu_t retained; /* Derived. */
|
||||||
|
|
||||||
/* Number of edata_t structs allocated by base, but not being used. */
|
/* Number of edata_t structs allocated by base, but not being used. */
|
||||||
atomic_zu_t edata_avail;
|
atomic_zu_t edata_avail; /* Derived. */
|
||||||
|
|
||||||
atomic_zu_t base; /* Derived. */
|
atomic_zu_t base; /* Derived. */
|
||||||
atomic_zu_t internal;
|
atomic_zu_t internal;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue