Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/jemalloc/include/jemalloc/internal/
H A Darena_structs_b.h77 struct arena_s { struct
101 arena_stats_t stats; argument
112 malloc_mutex_t tcache_ql_mtx;
115 prof_accum_t prof_accum;
116 uint64_t prof_accumbytes;
124 atomic_zu_t offset_state;
131 atomic_zu_t extent_sn_next;
138 atomic_u_t dss_prec;
145 atomic_zu_t nactive;
152 extent_list_t large;
[all …]
/netbsd-src/lib/libc/stdlib/
H A Djemalloc.c601 struct arena_s { struct
611 arena_stats_t stats; argument
617 rb_tree_t chunks;
628 arena_chunk_t *spare;
653 arena_bin_t bins[1]; /* Dynamically sized. */