Home
last modified time | relevance | path

Searched refs:b0get (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dbase_externs.h6 base_t *b0get(void);
A Dprivate_symbols.txt99 b0get
A Dprivate_namespace.h99 #define b0get JEMALLOC_N(b0get) macro
A Dprivate_unnamespace.h99 #undef b0get
/third_party/ulib/jemalloc/src/
A Dtcache.c432 tcaches = base_alloc(tsd_tsdn(tsd), b0get(), sizeof(tcache_t *) in tcaches_create()
500 tcache_bin_info = (tcache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins in tcache_boot()
A Drtree.c73 return ((rtree_elm_t *)base_alloc(tsdn, b0get(), nelms * in rtree_node_alloc()
A Dbase.c201 b0get(void) in b0get() function
A Dctl.c495 (struct container_s *)base_alloc(tsdn, b0get(), in arenas_i_impl()
503 ret = (ctl_arena_t *)base_alloc(tsdn, b0get(), in arenas_i_impl()
769 b0get(), sizeof(ctl_arenas_t), QUANTUM); in ctl_init()
777 ctl_stats = (ctl_stats_t *)base_alloc(tsdn, b0get(), in ctl_init()
A Dprof.c2315 b0get(), PROF_NCTX_LOCKS * sizeof(malloc_mutex_t), in prof_boot2()
2326 b0get(), PROF_NTDATA_LOCKS * sizeof(malloc_mutex_t), in prof_boot2()
A Darena.c1696 base = b0get(); in arena_new()

Completed in 24 milliseconds