Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dbase.h12 void *base_alloc(size_t size);
Dprivate_symbols.txt126 base_alloc
Dprivate_namespace.h126 #define base_alloc JEMALLOC_N(base_alloc) macro
Dprivate_unnamespace.h126 #undef base_alloc
/external/jemalloc/src/
Dbase.c79 base_alloc(size_t size) in base_alloc() function
Dtcache.c449 tcaches = base_alloc(sizeof(tcache_t *) * in tcaches_create()
521 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins * in tcache_boot()
Darena.c876 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()
Dprof.c2168 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()
Dchunk.c686 return ((rtree_node_elm_t *)base_alloc(nelms * in chunks_rtree_node_alloc()
Djemalloc.c1358 arenas = (arena_t **)base_alloc(sizeof(arena_t *) *