Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Drtree.c32 return (rtree_node_elm_t *)base_alloc(tsdn, rtree->base, in rtree_node_alloc()
38 return (rtree_leaf_elm_t *)base_alloc(tsdn, rtree->base, in rtree_leaf_alloc()
H A Dprof.c667 gctx_locks = (malloc_mutex_t *)base_alloc(tsd_tsdn(tsd), base, in prof_boot2()
680 tdata_locks = (malloc_mutex_t *)base_alloc(tsd_tsdn(tsd), base, in prof_boot2()
H A Dtcache.c889 tcaches = base_alloc(tsd_tsdn(tsd), base, in tcaches_create_prep()
1062 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, base, size, in tcache_boot()
H A Dprof_sys.c607 char *buffer = base_alloc(tsdn, prof_base, in prof_prefix_set()
H A Dsec.c34 void *dynalloc = base_alloc(tsdn, base, sz_alloc, CACHELINE); in sec_init()
H A Dbase.c478 base_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment) { in base_alloc() function
H A Dbackground_thread.c794 background_thread_info = (background_thread_info_t *)base_alloc(tsdn, in background_thread_boot1()
H A Dhpa.c86 return (hpdata_t *)base_alloc(tsdn, central->base, sizeof(hpdata_t), in hpa_alloc_ps()
H A Dctl.c995 (struct container_s *)base_alloc(tsd_tsdn(tsd), in arenas_i_impl()
1003 ret = (ctl_arena_t *)base_alloc(tsd_tsdn(tsd), b0get(), in arenas_i_impl()
1401 ctl_arenas = (ctl_arenas_t *)base_alloc(tsdn, in ctl_init()
1410 ctl_stats = (ctl_stats_t *)base_alloc(tsdn, b0get(), in ctl_init()
H A Darena.c1615 arena = (arena_t *)base_alloc(tsdn, base, arena_size, CACHELINE); in arena_new()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dbase.h101 void *base_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h135 #define base_alloc JEMALLOC_N(base_alloc) macro