Searched refs:b0get (Results 1 – 10 of 10) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | base_externs.h | 6 base_t *b0get(void);
|
| A D | private_symbols.txt | 99 b0get
|
| A D | private_namespace.h | 99 #define b0get JEMALLOC_N(b0get) macro
|
| A D | private_unnamespace.h | 99 #undef b0get
|
| /third_party/ulib/jemalloc/src/ |
| A D | tcache.c | 432 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 D | rtree.c | 73 return ((rtree_elm_t *)base_alloc(tsdn, b0get(), nelms * in rtree_node_alloc()
|
| A D | base.c | 201 b0get(void) in b0get() function
|
| A D | ctl.c | 495 (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 D | prof.c | 2315 b0get(), PROF_NCTX_LOCKS * sizeof(malloc_mutex_t), in prof_boot2() 2326 b0get(), PROF_NTDATA_LOCKS * sizeof(malloc_mutex_t), in prof_boot2()
|
| A D | arena.c | 1696 base = b0get(); in arena_new()
|
Completed in 24 milliseconds