Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dbase_structs.h20 struct base_s { struct
30 /* Protects base_alloc() and base_stats_get() operations. */ argument
31 malloc_mutex_t mtx;
34 bool auto_thp_switched;
40 pszind_t pind_last;
43 size_t extent_sn_next;
46 base_block_t *blocks;
49 extent_heap_t avail[NSIZES];
52 size_t allocated;
53 size_t resident;
[all …]