Searched refs:b0get (Results 1 – 10 of 10) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | base_externs.h | 7 base_t *b0get(void);
|
D | private_namespace.h | 107 #define b0get JEMALLOC_N(b0get) macro
|
D | private_namespace_jet.h | 108 #define b0get JEMALLOC_N(b0get) macro
|
/external/jemalloc_new/src/ |
D | rtree.c | 32 return (rtree_node_elm_t *)base_alloc(tsdn, b0get(), nelms * in rtree_node_alloc_impl() 47 return (rtree_leaf_elm_t *)base_alloc(tsdn, b0get(), nelms * in rtree_leaf_alloc_impl()
|
D | tcache.c | 579 tcaches = base_alloc(tsd_tsdn(tsd), b0get(), sizeof(tcache_t *) in tcaches_create_prep() 689 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins in tcache_boot()
|
D | base.c | 345 b0get(void) { in b0get() function
|
D | ctl.c | 656 b0get(), sizeof(struct container_s), QUANTUM); in arenas_i_impl() 663 ret = (ctl_arena_t *)base_alloc(tsd_tsdn(tsd), b0get(), in arenas_i_impl() 1014 b0get(), sizeof(ctl_arenas_t), QUANTUM); in ctl_init() 1022 ctl_stats = (ctl_stats_t *)base_alloc(tsdn, b0get(), in ctl_init()
|
D | background_thread.c | 884 b0get(), opt_max_background_threads * in background_thread_boot1()
|
D | prof.c | 2359 b0get(), PROF_NCTX_LOCKS * sizeof(malloc_mutex_t), in prof_boot2() 2373 b0get(), PROF_NTDATA_LOCKS * sizeof(malloc_mutex_t), in prof_boot2()
|
D | arena.c | 1772 base = b0get(); in arena_new()
|