Arena stats: mark edata_avail as derived.

The true number is in the edata_cache itself.
This commit is contained in:
David Goldblatt 2020-03-09 13:19:09 -07:00 committed by David Goldblatt
parent 3192d6b77d
commit 497836dbc8

View File

@ -69,7 +69,7 @@ struct arena_stats_s {
locked_zu_t retained; /* Derived. */
/* 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 internal;