Searched refs:prof_tctx_t (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 6 typedef struct prof_tctx_s prof_tctx_t; typedef 121 rb_node(prof_tctx_t) tctx_link; 138 typedef rb_tree(prof_tctx_t) prof_tctx_tree_t; 283 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated); 285 prof_tctx_t *tctx); 286 void prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx); 289 prof_tctx_t *prof_lookup(tsd_t *tsd, prof_bt_t *bt); 333 prof_tctx_t *prof_tctx_get(tsdn_t *tsdn, const void *ptr); 335 prof_tctx_t *tctx); 337 const void *old_ptr, prof_tctx_t *tctx); [all …]
|
D | extent.h | 55 prof_tctx_t *en_prof_tctx; 94 prof_tctx_t *extent_node_prof_tctx_get(const extent_node_t *node); 102 void extent_node_prof_tctx_set(extent_node_t *node, prof_tctx_t *tctx); 162 JEMALLOC_INLINE prof_tctx_t * 219 extent_node_prof_tctx_set(extent_node_t *node, prof_tctx_t *tctx) in extent_node_prof_tctx_set()
|
D | huge.h | 26 prof_tctx_t *huge_prof_tctx_get(tsdn_t *tsdn, const void *ptr); 27 void huge_prof_tctx_set(tsdn_t *tsdn, const void *ptr, prof_tctx_t *tctx);
|
D | arena.h | 182 prof_tctx_t *prof_tctx; 693 prof_tctx_t *arena_prof_tctx_get(tsdn_t *tsdn, const void *ptr); 695 prof_tctx_t *tctx); 697 const void *old_ptr, prof_tctx_t *old_tctx); 1229 JEMALLOC_INLINE prof_tctx_t * 1232 prof_tctx_t *ret; in arena_prof_tctx_get() 1244 ret = (prof_tctx_t *)(uintptr_t)1U; in arena_prof_tctx_get() 1258 prof_tctx_t *tctx) in arena_prof_tctx_set() 1294 const void *old_ptr, prof_tctx_t *old_tctx) in arena_prof_tctx_reset() 1315 (prof_tctx_t *)(uintptr_t)1U); in arena_prof_tctx_reset()
|
/external/jemalloc/src/ |
D | prof.c | 124 static bool prof_tctx_should_destroy(tsdn_t *tsdn, prof_tctx_t *tctx); 125 static void prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx); 136 prof_tctx_comp(const prof_tctx_t *a, const prof_tctx_t *b) in prof_tctx_comp() 156 rb_gen(static UNUSED, tctx_tree_, prof_tctx_tree_t, prof_tctx_t, in rb_gen() argument 197 prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated) in rb_gen() 227 prof_tctx_t *tctx) in prof_malloc_sample_object() 244 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx) in prof_free_sampled_object() 612 prof_tctx_should_destroy(tsdn_t *tsdn, prof_tctx_t *tctx) in prof_tctx_should_destroy() 640 prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx) in prof_tctx_destroy() 761 prof_tctx_t * [all …]
|
D | huge.c | 455 prof_tctx_t * 458 prof_tctx_t *tctx; in huge_prof_tctx_get() 472 huge_prof_tctx_set(tsdn_t *tsdn, const void *ptr, prof_tctx_t *tctx) in huge_prof_tctx_set() 488 huge_prof_tctx_set(tsdn, ptr, (prof_tctx_t *)(uintptr_t)1U); in huge_prof_tctx_reset()
|
D | jemalloc.c | 1538 prof_tctx_t *tctx, bool slow_path) 1560 prof_tctx_t *tctx; 1664 prof_tctx_t *tctx) 1686 prof_tctx_t *tctx; 1841 prof_tctx_t *tctx) 1863 prof_tctx_t *old_tctx, *tctx; 2197 prof_tctx_t *tctx; 2308 prof_tctx_t *tctx) 2335 prof_tctx_t *old_tctx, *tctx; 2463 size_t extra, size_t alignment, bool zero, prof_tctx_t *tctx) [all …]
|