Searched refs:prof_tctx_t (Results 1 – 11 of 11) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | prof_inlines_b.h | 39 JEMALLOC_ALWAYS_INLINE prof_tctx_t * 49 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in prof_tctx_set() 57 prof_tctx_reset(tsdn_t *tsdn, const void *ptr, prof_tctx_t *tctx) { in prof_tctx_reset() 101 JEMALLOC_ALWAYS_INLINE prof_tctx_t * 103 prof_tctx_t *ret; in prof_alloc_prep() 111 ret = (prof_tctx_t *)(uintptr_t)1U; in prof_alloc_prep() 123 prof_tctx_t *tctx) { in prof_malloc() 132 (prof_tctx_t *)(uintptr_t)1U); in prof_malloc() 139 prof_tctx_t *old_tctx) { in prof_realloc() 156 tctx = (prof_tctx_t *)(uintptr_t)1U; in prof_realloc() [all …]
|
| H A D | prof_externs.h | 45 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated); 47 prof_tctx_t *tctx); 48 void prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx); 51 prof_tctx_t *prof_lookup(tsd_t *tsd, prof_bt_t *bt);
|
| H A D | large_externs.h | 22 prof_tctx_t *large_prof_tctx_get(tsdn_t *tsdn, const extent_t *extent); 23 void large_prof_tctx_set(tsdn_t *tsdn, extent_t *extent, prof_tctx_t *tctx);
|
| H A D | prof_structs.h | 80 rb_node(prof_tctx_t) tctx_link; 97 typedef rb_tree(prof_tctx_t) prof_tctx_tree_t;
|
| H A D | arena_inlines_b.h | 11 JEMALLOC_ALWAYS_INLINE prof_tctx_t * 27 return (prof_tctx_t *)(uintptr_t)1U; in arena_prof_tctx_get() 32 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in arena_prof_tctx_set() 50 arena_prof_tctx_reset(tsdn_t *tsdn, const void *ptr, UNUSED prof_tctx_t *tctx) { in arena_prof_tctx_reset()
|
| H A D | prof_types.h | 7 typedef struct prof_tctx_s prof_tctx_t; typedef
|
| H A D | extent_inlines.h | 173 static inline prof_tctx_t * 175 return (prof_tctx_t *)atomic_load_p(&extent->e_prof_tctx, in extent_prof_tctx_get() 298 extent_prof_tctx_set(extent_t *extent, prof_tctx_t *tctx) { in extent_prof_tctx_set()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | prof_tctx.c | 7 prof_tctx_t *tctx_p, *tctx_q; in TEST_BEGIN() 19 assert_ptr_ne(tctx_p, (prof_tctx_t *)(uintptr_t)1U, in TEST_BEGIN() 29 assert_ptr_ne(tctx_q, (prof_tctx_t *)(uintptr_t)1U, in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | prof.c | 152 prof_tctx_comp(const prof_tctx_t *a, const prof_tctx_t *b) { in prof_tctx_comp() 242 prof_tctx_t *tctx) { in prof_malloc_sample_object() 784 prof_tctx_t * 787 prof_tctx_t *p; in prof_lookup() 1098 static prof_tctx_t * 1124 static prof_tctx_t * 1152 static prof_tctx_t * 1155 prof_tctx_t *ret; in prof_tctx_finish_iter() 1233 prof_tctx_t *next; in prof_gctx_finish() 1237 prof_tctx_t *to_destroy = in prof_gctx_finish() [all …]
|
| H A D | large.c | 358 prof_tctx_t * 364 large_prof_tctx_set(tsdn_t *tsdn, extent_t *extent, prof_tctx_t *tctx) { in large_prof_tctx_set() 370 large_prof_tctx_set(tsdn, extent, (prof_tctx_t *)(uintptr_t)1U); in large_prof_tctx_reset()
|
| H A D | jemalloc.c | 1873 prof_tctx_t *tctx = prof_alloc_prep( in imalloc_body() 2147 prof_tctx_t *tctx) { in irealloc_prof_sample() 2171 prof_tctx_t *old_tctx, *tctx; in irealloc_prof() 2597 prof_tctx_t *tctx) { in irallocx_prof_sample() 2624 prof_tctx_t *old_tctx, *tctx; in irallocx_prof() 2767 size_t extra, size_t alignment, bool zero, prof_tctx_t *tctx) { in ixallocx_prof_sample() 2784 prof_tctx_t *old_tctx, *tctx; in ixallocx_prof()
|