Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dbase.h43 struct base_s { struct
54 /* Protects base_alloc() and base_stats_get() operations. */ argument
55 malloc_mutex_t mtx;
58 bool auto_thp_switched;
64 pszind_t pind_last;
67 size_t extent_sn_next;
70 base_block_t *blocks;
73 edata_heap_t avail[SC_NSIZES];
76 size_t allocated;
77 size_t resident;
[all …]