HomeSort by relevance Sort by last modified time
    Searched refs:prof_tctx_t (Results 1 - 7 of 7) sorted by null

  /external/jemalloc/include/jemalloc/internal/
prof.h 6 typedef struct prof_tctx_s prof_tctx_t; typedef in typeref:struct:prof_tctx_s
121 rb_node(prof_tctx_t) tctx_link;
138 typedef rb_tree(prof_tctx_t) prof_tctx_tree_t;
197 * Counter used to initialize prof_tctx_t's tctx_uid. No locking is
204 * Hash of (prof_bt_t *)-->(prof_tctx_t *). Each thread tracks
206 * associated with thread-specific prof_tctx_t objects. Other threads
207 * may write to prof_tctx_t contents when freeing associated objects.
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)
    [all...]
huge.h 27 prof_tctx_t *huge_prof_tctx_get(const void *ptr);
28 void huge_prof_tctx_set(const void *ptr, prof_tctx_t *tctx);
extent.h 41 prof_tctx_t *en_prof_tctx;
79 prof_tctx_t *extent_node_prof_tctx_get(const extent_node_t *node);
86 void extent_node_prof_tctx_set(extent_node_t *node, prof_tctx_t *tctx);
139 JEMALLOC_INLINE prof_tctx_t *
189 extent_node_prof_tctx_set(extent_node_t *node, prof_tctx_t *tctx)
arena.h 176 prof_tctx_t *prof_tctx;
647 prof_tctx_t *arena_prof_tctx_get(const void *ptr);
648 void arena_prof_tctx_set(const void *ptr, size_t usize, prof_tctx_t *tctx);
650 const void *old_ptr, prof_tctx_t *old_tctx);
    [all...]
  /external/jemalloc/src/
prof.c 124 static bool prof_tctx_should_destroy(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)
156 rb_gen(static UNUSED, tctx_tree_, prof_tctx_tree_t, prof_tctx_t,
197 prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated)
226 prof_malloc_sample_object(const void *ptr, size_t usize, prof_tctx_t *tctx)
243 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx)
611 prof_tctx_should_destroy(prof_tctx_t *tctx)
638 prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx
    [all...]
huge.c 425 prof_tctx_t *
428 prof_tctx_t *tctx;
442 huge_prof_tctx_set(const void *ptr, prof_tctx_t *tctx)
458 huge_prof_tctx_set(ptr, (prof_tctx_t *)(uintptr_t)1U);
jemalloc.c     [all...]

Completed in 221 milliseconds