Searched refs:base_alloc (Results 1 – 8 of 8) sorted by relevance
12 void *base_alloc(size_t size);
116 base_alloc
79 base_alloc(size_t size) in base_alloc() function
440 tcaches = base_alloc(sizeof(tcache_t *) * in tcaches_create()512 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins * in tcache_boot()
696 return ((rtree_node_elm_t *)base_alloc(nelms * in chunks_rtree_node_alloc()
2151 gctx_locks = (malloc_mutex_t *)base_alloc(PROF_NCTX_LOCKS * in prof_boot2()2160 tdata_locks = (malloc_mutex_t *)base_alloc(PROF_NTDATA_LOCKS * in prof_boot2()
858 return (base_alloc(sizeof(extent_node_t))); in arena_node_alloc()3004 arena = (arena_t *)base_alloc(CACHELINE_CEILING(sizeof(arena_t)) in arena_new()3008 arena = (arena_t *)base_alloc(sizeof(arena_t)); in arena_new()3211 small_run_tab = (bool *)base_alloc(sizeof(bool) * (small_maxrun >> in small_run_size_init()
1295 arenas = (arena_t **)base_alloc(sizeof(arena_t *) * narenas_total); in malloc_init_hard_finish()