Home
last modified time | relevance | path

Searched refs:base_alloc (Results 1 – 8 of 8) sorted by relevance

/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/
H A Dbase.h12 void *base_alloc(size_t size);
H A Dprivate_symbols.txt116 base_alloc
/redis-3.2.3/deps/jemalloc/src/
H A Dbase.c79 base_alloc(size_t size) in base_alloc() function
H A Dtcache.c440 tcaches = base_alloc(sizeof(tcache_t *) * in tcaches_create()
512 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins * in tcache_boot()
H A Dchunk.c696 return ((rtree_node_elm_t *)base_alloc(nelms * in chunks_rtree_node_alloc()
H A Dprof.c2151 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()
H A Darena.c858 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()
H A Djemalloc.c1295 arenas = (arena_t **)base_alloc(sizeof(arena_t *) * narenas_total); in malloc_init_hard_finish()