Searched refs:base_alloc (Results 1 – 10 of 10) sorted by relevance
12 void *base_alloc(size_t size);
126 base_alloc
126 #define base_alloc JEMALLOC_N(base_alloc) macro
126 #undef base_alloc
79 base_alloc(size_t size) in base_alloc() function
449 tcaches = base_alloc(sizeof(tcache_t *) * in tcaches_create()521 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins * in tcache_boot()
876 return (base_alloc(sizeof(extent_node_t))); in arena_node_alloc()3329 arena = (arena_t *)base_alloc(CACHELINE_CEILING(arena_size) + in arena_new()3333 arena = (arena_t *)base_alloc(arena_size); in arena_new()3540 small_run_tab = (bool *)base_alloc(sizeof(bool) * (small_maxrun >> in small_run_size_init()3567 run_quantize_floor_tab = (size_t *)base_alloc(sizeof(size_t) * in run_quantize_init()3572 run_quantize_ceil_tab = (size_t *)base_alloc(sizeof(size_t) * in run_quantize_init()
2168 gctx_locks = (malloc_mutex_t *)base_alloc(PROF_NCTX_LOCKS * in prof_boot2()2177 tdata_locks = (malloc_mutex_t *)base_alloc(PROF_NTDATA_LOCKS * in prof_boot2()
686 return ((rtree_node_elm_t *)base_alloc(nelms * in chunks_rtree_node_alloc()
1358 arenas = (arena_t **)base_alloc(sizeof(arena_t *) *