Searched defs:arena_stats_s (Results 1 – 1 of 1) sorted by relevance
57 struct arena_stats_s { struct59 malloc_mutex_t mtx;63 atomic_zu_t mapped; /* Partially derived. */70 atomic_zu_t retained; /* Derived. */72 arena_stats_decay_t decay_dirty;73 arena_stats_decay_t decay_muzzy;75 atomic_zu_t base; /* Derived. */76 atomic_zu_t internal;77 atomic_zu_t resident; /* Derived. */78 atomic_zu_t metadata_thp;[all …]