Home
last modified time | relevance | path

Searched refs:base_t (Results 1 – 25 of 29) sorted by relevance

12

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dbase.h42 typedef struct base_s base_t; typedef
84 base_ind_get(const base_t *base) { in base_ind_get()
93 base_t *b0get(void);
94 base_t *base_new(tsdn_t *tsdn, unsigned ind,
96 void base_delete(tsdn_t *tsdn, base_t *base);
97 ehooks_t *base_ehooks_get(base_t *base);
98 ehooks_t *base_ehooks_get_for_metadata(base_t *base);
99 extent_hooks_t *base_extent_hooks_set(base_t *base,
101 void *base_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment);
102 edata_t *base_alloc_edata(tsdn_t *tsdn, base_t *base);
[all …]
H A Dhpa.h33 base_t *base;
98 base_t *base;
152 bool hpa_central_init(hpa_central_t *central, base_t *base, const hpa_hooks_t *hooks);
154 base_t *base, edata_cache_t *edata_cache, unsigned ind,
H A Dedata_cache.h20 base_t *base;
23 bool edata_cache_init(edata_cache_t *edata_cache, base_t *base);
H A Dpa.h118 base_t *base;
133 bool pa_central_init(pa_central_t *central, base_t *base, bool hpa,
138 emap_t *emap, base_t *base, unsigned ind, pa_shard_stats_t *stats,
H A Dpac.h94 base_t *base;
124 bool pac_init(tsdn_t *tsdn, pac_t *pac, base_t *base, emap_t *emap,
H A Dtcache_externs.h52 bool tcaches_create(tsd_t *tsd, base_t *base, unsigned *r_ind);
55 bool tcache_boot(tsdn_t *tsdn, base_t *base);
H A Darena_structs.h90 base_t *base;
H A Dprof_sys.h5 extern base_t *prof_base;
H A Dbackground_thread_externs.h31 bool background_thread_boot1(tsdn_t *tsdn, base_t *base);
H A Dsec.h97 bool sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback,
H A Dprof_externs.h84 bool prof_boot2(tsd_t *tsd, base_t *base);
H A Drtree.h100 base_t *base;
132 bool rtree_new(rtree_t *rtree, base_t *base, bool zeroed);
H A Darena_externs.h108 bool arena_boot(sc_data_t *sc_data, base_t *base, bool hpa);
H A Demap.h35 bool emap_init(emap_t *emap, base_t *base, bool zeroed);
/src/contrib/jemalloc/src/
H A Dbase.c21 static base_t *b0;
125 base_get_num_blocks(base_t *base, bool with_new_block) { in base_get_num_blocks()
139 base_auto_thp_switch(tsdn_t *tsdn, base_t *base) { in base_auto_thp_switch()
193 base_extent_bump_alloc_post(base_t *base, edata_t *edata, size_t gap_size, in base_extent_bump_alloc_post()
227 base_extent_bump_alloc(base_t *base, edata_t *edata, size_t size, in base_extent_bump_alloc()
243 base_block_alloc(tsdn_t *tsdn, base_t *base, ehooks_t *ehooks, unsigned ind, in base_block_alloc()
303 base_extent_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment) { in base_extent_alloc()
339 base_t *
344 base_t *
361 &pind_last, &extent_sn_next, sizeof(base_t), QUANTUM); in base_new()
[all …]
H A Dpa.c19 pa_central_init(pa_central_t *central, base_t *base, bool hpa, in pa_central_init()
33 emap_t *emap, base_t *base, unsigned ind, pa_shard_stats_t *stats, in pa_shard_init()
H A Dedata_cache.c5 edata_cache_init(edata_cache_t *edata_cache, base_t *base) { in edata_cache_init()
H A Dtcache.c883 tcaches_create_prep(tsd_t *tsd, base_t *base) { in tcaches_create_prep()
908 tcaches_create(tsd_t *tsd, base_t *base, unsigned *r_ind) { in tcaches_create()
1049 tcache_boot(tsdn_t *tsdn, base_t *base) { in tcache_boot()
H A Drtree.c12 rtree_new(rtree_t *rtree, base_t *base, bool zeroed) { in rtree_new()
H A Dhpa.c62 hpa_central_init(hpa_central_t *central, base_t *base, const hpa_hooks_t *hooks) { in hpa_central_init()
179 base_t *base, edata_cache_t *edata_cache, unsigned ind, in hpa_shard_init()
H A Demap.c14 emap_init(emap_t *emap, base_t *base, bool zeroed) { in emap_init()
H A Dprof_sys.c40 base_t *prof_base;
H A Dsec.c24 sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback, in sec_init()
H A Darena.c742 arena_prepare_base_deletion(tsd_t *tsd, base_t *base_to_destroy) { in arena_prepare_base_deletion()
1601 base_t *base; in arena_new()
1773 arena_boot(sc_data_t *sc_data, base_t *base, bool hpa) { in arena_boot()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2635 using base_t = base_ty;
2638 IntegerStateBase(base_t Assumed) : Assumed(Assumed) {}
2641 static constexpr base_t getBestState() { return BestState; }
2642 static constexpr base_t getBestState(const IntegerStateBase &) {
2647 static constexpr base_t getWorstState() { return WorstState; }
2648 static constexpr base_t getWorstState(const IntegerStateBase &) {
2672 base_t getKnown() const { return Known; }
2675 base_t getAssumed() const { return Assumed; }
2679 operator==(const IntegerStateBase<base_t, BestState, WorstState> &R) const {
2686 operator!=(const IntegerStateBase<base_t, BestState, WorstState> &R) const {
[all …]

12