Searched refs:base_alloc (Results 1 – 11 of 11) sorted by relevance
38 base_alloc(size_t size) in base_alloc() function66 void *ret = base_alloc(number * size); in base_calloc()88 ret = (extent_node_t *)base_alloc(sizeof(extent_node_t)); in base_node_alloc()
412 opt_lg_chunk, base_alloc, NULL); in chunk_boot()
488 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins * in tcache_boot0()
123 ret = (arena_t *)base_alloc(sizeof(arena_t)); in arenas_extend()843 arenas = (arena_t **)base_alloc(sizeof(arena_t *) * narenas_total);
436 astats->lstats = (malloc_large_stats_t *)base_alloc(nlclasses * in ctl_arena_init()686 ctl_stats.arenas = (ctl_arena_stats_t *)base_alloc( in ctl_init()
1383 ctx_locks = (malloc_mutex_t *)base_alloc(PROF_NCTX_LOCKS * in prof_boot2()
2415 (malloc_large_stats_t *)base_alloc(nlclasses * in arena_new()
12 void *base_alloc(size_t size);
87 base_alloc
87 #define base_alloc JEMALLOC_N(base_alloc) macro
87 #undef base_alloc