| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | base.h | 42 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 D | hpa.h | 33 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 D | edata_cache.h | 20 base_t *base; 23 bool edata_cache_init(edata_cache_t *edata_cache, base_t *base);
|
| H A D | pa.h | 118 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 D | pac.h | 94 base_t *base; 124 bool pac_init(tsdn_t *tsdn, pac_t *pac, base_t *base, emap_t *emap,
|
| H A D | tcache_externs.h | 52 bool tcaches_create(tsd_t *tsd, base_t *base, unsigned *r_ind); 55 bool tcache_boot(tsdn_t *tsdn, base_t *base);
|
| H A D | arena_structs.h | 90 base_t *base;
|
| H A D | prof_sys.h | 5 extern base_t *prof_base;
|
| H A D | background_thread_externs.h | 31 bool background_thread_boot1(tsdn_t *tsdn, base_t *base);
|
| H A D | sec.h | 97 bool sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback,
|
| H A D | prof_externs.h | 84 bool prof_boot2(tsd_t *tsd, base_t *base);
|
| H A D | rtree.h | 100 base_t *base; 132 bool rtree_new(rtree_t *rtree, base_t *base, bool zeroed);
|
| H A D | arena_externs.h | 108 bool arena_boot(sc_data_t *sc_data, base_t *base, bool hpa);
|
| H A D | emap.h | 35 bool emap_init(emap_t *emap, base_t *base, bool zeroed);
|
| /src/contrib/jemalloc/src/ |
| H A D | base.c | 21 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 D | pa.c | 19 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 D | edata_cache.c | 5 edata_cache_init(edata_cache_t *edata_cache, base_t *base) { in edata_cache_init()
|
| H A D | tcache.c | 883 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 D | rtree.c | 12 rtree_new(rtree_t *rtree, base_t *base, bool zeroed) { in rtree_new()
|
| H A D | hpa.c | 62 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 D | emap.c | 14 emap_init(emap_t *emap, base_t *base, bool zeroed) { in emap_init()
|
| H A D | prof_sys.c | 40 base_t *prof_base;
|
| H A D | sec.c | 24 sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback, in sec_init()
|
| H A D | arena.c | 742 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 D | Attributor.h | 2635 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 …]
|