Searched refs:b0get (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/ |
| HD | base_externs.h | 7 base_t *b0get(void);
|
| HD | private_namespace.h | 116 #define b0get JEMALLOC_N(b0get) macro
|
| /freebsd-14-stable/contrib/jemalloc/src/ |
| HD | 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()
|
| HD | tcache.c | 631 tcaches = base_alloc(tsd_tsdn(tsd), b0get(), sizeof(tcache_t *) in tcaches_create_prep() 750 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins in tcache_boot()
|
| HD | base.c | 345 b0get(void) { in b0get() function
|
| HD | ctl.c | 740 b0get(), sizeof(struct container_s), QUANTUM); in arenas_i_impl() 747 ret = (ctl_arena_t *)base_alloc(tsd_tsdn(tsd), b0get(), in arenas_i_impl() 1133 b0get(), sizeof(ctl_arenas_t), QUANTUM); in ctl_init() 1141 ctl_stats = (ctl_stats_t *)base_alloc(tsdn, b0get(), in ctl_init()
|
| HD | background_thread.c | 914 b0get(), opt_max_background_threads * in background_thread_boot1()
|
| HD | prof.c | 3048 b0get(), PROF_NCTX_LOCKS * sizeof(malloc_mutex_t), in prof_boot2() 3062 b0get(), PROF_NTDATA_LOCKS * sizeof(malloc_mutex_t), in prof_boot2()
|
| HD | arena.c | 1948 base = b0get(); in arena_new()
|