Home
last modified time | relevance | path

Searched defs:arena_stats_s (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Darena_stats.h57 struct arena_stats_s { struct
59 malloc_mutex_t mtx;
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;
86 atomic_zu_t tcache_bytes; /* Derived. */
[all …]