| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | tcache_inlines.h | 12 tcache_enabled_get(tsd_t *tsd) { in tcache_enabled_get() 17 tcache_enabled_set(tsd_t *tsd, bool enabled) { in tcache_enabled_set() 31 tcache_event(tsd_t *tsd, tcache_t *tcache) { in tcache_event() 42 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, in tcache_alloc_small() 104 tcache_alloc_large(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_large() 164 tcache_dalloc_small(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, in tcache_dalloc_small() 189 tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, in tcache_dalloc_large() 215 tcaches_get(tsd_t *tsd, unsigned ind) { in tcaches_get()
|
| H A D | jemalloc_internal_inlines_a.h | 58 arena_tdata_get(tsd_t *tsd, unsigned ind, bool refresh_if_missing) { in arena_tdata_get() 99 decay_ticker_get(tsd_t *tsd, unsigned ind) { in decay_ticker_get() 122 tcache_available(tsd_t *tsd) { in tcache_available() 140 tcache_get(tsd_t *tsd) { in tcache_get() 149 pre_reentrancy(tsd_t *tsd, arena_t *arena) { in pre_reentrancy() 164 post_reentrancy(tsd_t *tsd) { in post_reentrancy()
|
| H A D | tsd.h | 133 tsd_t tsd; member 137 tsd_tsdn(tsd_t *tsd) { in tsd_tsdn() 240 tsd_assert_fast(tsd_t *tsd) { in tsd_assert_fast() 246 tsd_fast(tsd_t *tsd) { in tsd_fast() 257 tsd_t *tsd = tsd_get(init); in tsd_fetch_impl() local 282 tsd_t *tsd = tsd_fetch_min(); in tsd_internal_fetch() local 295 tsd_nominal(tsd_t *tsd) { in tsd_nominal() 309 tsd_rtree_ctx(tsd_t *tsd) { in tsd_rtree_ctx()
|
| H A D | jemalloc_internal_inlines_b.h | 8 arena_choose_impl(tsd_t *tsd, arena_t *arena, bool internal) { in arena_choose_impl() 62 arena_choose(tsd_t *tsd, arena_t *arena) { in arena_choose() 67 arena_ichoose(tsd_t *tsd, arena_t *arena) { in arena_ichoose()
|
| H A D | prof_inlines_b.h | 17 prof_tdata_get(tsd_t *tsd, bool create) { in prof_tdata_get() 65 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, in prof_sample_accum_update() 102 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep() 137 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc() 195 prof_free(tsd_t *tsd, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx) { in prof_free()
|
| H A D | jemalloc_internal_inlines_c.h | 61 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) { in ialloc() 93 ipalloc(tsd_t *tsd, size_t usize, size_t alignment, bool zero) { in ipalloc() 122 idalloc(tsd_t *tsd, void *ptr) { in idalloc() 195 iralloc(tsd_t *tsd, void *ptr, size_t oldsize, size_t size, size_t alignment, in iralloc()
|
| H A D | arena_inlines_a.h | 36 percpu_arena_update(tsd_t *tsd, unsigned cpu) { in percpu_arena_update()
|
| H A D | arena_inlines_b.h | 62 tsd_t *tsd; in arena_decay_ticks() local
|
| H A D | extent_inlines.h | 201 tsd_t *tsd = tsdn_tsd(tsdn); in extent_addr_randomize() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | tsd.c | 55 tsd_slow_update(tsd_t *tsd) { in tsd_slow_update() 67 tsd_data_init(tsd_t *tsd) { in tsd_data_init() 88 assert_tsd_data_cleanup_done(tsd_t *tsd) { in assert_tsd_data_cleanup_done() 99 tsd_data_init_nocleanup(tsd_t *tsd) { in tsd_data_init_nocleanup() 117 tsd_fetch_slow(tsd_t *tsd, bool minimal) { in tsd_fetch_slow() 204 tsd_do_data_cleanup(tsd_t *tsd) { in tsd_do_data_cleanup() 215 tsd_t *tsd = (tsd_t *)arg; in tsd_cleanup() local 260 tsd_t *tsd; in malloc_tsd_boot0() local 274 tsd_t *tsd = tsd_fetch(); in malloc_tsd_boot1() local
|
| H A D | tcache.c | 40 tcache_event_hard(tsd_t *tsd, tcache_t *tcache) { in tcache_event_hard() 341 tsd_tcache_enabled_data_init(tsd_t *tsd) { in tsd_tcache_enabled_data_init() 390 tsd_tcache_data_init(tsd_t *tsd) { in tsd_tcache_data_init() 432 tcache_create_explicit(tsd_t *tsd) { in tcache_create_explicit() 486 tcache_flush(tsd_t *tsd) { in tcache_flush() 510 tcache_cleanup(tsd_t *tsd) { in tcache_cleanup() 553 tcaches_create_prep(tsd_t *tsd) { in tcaches_create_prep() 579 tcaches_create(tsd_t *tsd, unsigned *r_ind) { in tcaches_create() 617 tcaches_elm_remove(tsd_t *tsd, tcaches_t *elm) { in tcaches_elm_remove() 629 tcaches_flush(tsd_t *tsd, unsigned ind) { in tcaches_flush() [all …]
|
| H A D | ctl.c | 642 arenas_i_impl(tsd_t *tsd, size_t i, bool compat, bool init) { in arenas_i_impl() 885 ctl_arena_init(tsd_t *tsd, extent_hooks_t *extent_hooks) { in ctl_arena_init() 999 ctl_init(tsd_t *tsd) { in ctl_init() 1173 ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp, in ctl_byname() 1219 ctl_bymib(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in ctl_bymib() 1516 background_thread_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, in background_thread_ctl() 1779 thread_tcache_flush_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, in thread_tcache_flush_ctl() 1920 arena_i_initialized_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, in arena_i_initialized_ctl() 2059 arena_reset_finish_background_thread(tsd_t *tsd, unsigned arena_ind) { in arena_reset_finish_background_thread() 2248 arena_i_extent_hooks_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, in arena_i_extent_hooks_ctl() [all …]
|
| H A D | prof.c | 785 prof_lookup(tsd_t *tsd, prof_bt_t *bt) { in prof_lookup() 940 tsd_t *tsd; in prof_bt_count() local 1677 tsd_t *tsd; in prof_cnt_all() local 1742 tsd_t *tsd; in prof_fdump() local 1779 tsd_t *tsd; in prof_idump() local 1836 tsd_t *tsd; in prof_gdump() local 1949 prof_tdata_init(tsd_t *tsd) { in prof_tdata_init() 2088 prof_tdata_cleanup(tsd_t *tsd) { in prof_tdata_cleanup() 2123 prof_thread_name_get(tsd_t *tsd) { in prof_thread_name_get() 2195 prof_thread_active_get(tsd_t *tsd) { in prof_thread_active_get() [all …]
|
| H A D | jemalloc.c | 609 arena_cleanup(tsd_t *tsd) { in arena_cleanup() 1501 tsd_t *tsd; in malloc_init_hard() local 1999 tsd_t *tsd = tsd_fetch(); in imalloc() local 2357 tsd_t *tsd; in je_realloc() local 2663 tsd_t *tsd; in je_rallocx() local 2830 tsd_t *tsd; in je_xallocx() local 3057 tsd_t *tsd; in je_mallctl() local 3099 tsd_t *tsd; in je_mallctlbymib() local 3196 tsd_t *tsd; in jemalloc_prefork() local 3269 tsd_t *tsd; in jemalloc_postfork_parent() local [all …]
|
| H A D | ckh.c | 257 ckh_grow(tsd_t *tsd, ckh_t *ckh) { in ckh_grow() 311 ckh_shrink(tsd_t *tsd, ckh_t *ckh) { in ckh_shrink() 359 ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash, in ckh_new() 416 ckh_delete(tsd_t *tsd, ckh_t *ckh) { in ckh_delete() 466 ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data) { in ckh_insert() 489 ckh_remove(tsd_t *tsd, ckh_t *ckh, const void *searchkey, void **key, in ckh_remove()
|
| H A D | background_thread.c | 56 bool background_thread_create(tsd_t *tsd, unsigned arena_ind) NOT_REACHED in background_thread_create()
|
| H A D | base.c | 44 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in base_map() local 83 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in base_unmap() local
|
| H A D | arena.c | 958 arena_reset(tsd_t *tsd, arena_t *arena) { in arena_reset() 1056 arena_destroy(tsd_t *tsd, arena_t *arena) { in arena_destroy() 1715 arena_retain_grow_limit_get_set(tsd_t *tsd, arena_t *arena, size_t *old_limit, in arena_retain_grow_limit_get_set()
|
| H A D | extent.c | 202 extent_hooks_set(tsd_t *tsd, arena_t *arena, extent_hooks_t *extent_hooks) { in extent_hooks_set() 1199 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in extent_hook_pre_reentrancy() local 1216 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in extent_hook_post_reentrancy() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | ckh.c | 4 tsd_t *tsd; in TEST_BEGIN() local 20 tsd_t *tsd; in TEST_BEGIN() local 108 tsd_t *tsd; in TEST_BEGIN() local
|
| H A D | tsd.c | 46 tsd_t *tsd = tsd_fetch(); in thd_start() local 89 tsd_t *tsd = tsd_fetch(); in thd_start_reincarnated() local
|
| H A D | background_thread.c | 78 tsd_t *tsd = tsd_fetch(); in TEST_BEGIN() local
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_draid.c | 2355 vdev_draid_init(spa_t *spa, nvlist_t *nv, void **tsd) in vdev_draid_init() 2912 vdev_draid_spare_init(spa_t *spa, nvlist_t *nv, void **tsd) in vdev_draid_spare_init()
|
| H A D | vdev_raidz.c | 2650 vdev_raidz_init(spa_t *spa, nvlist_t *nv, void **tsd) in vdev_raidz_init()
|
| H A D | vdev.c | 736 void *tsd = NULL; in vdev_alloc() local
|