Searched defs:alloc_ctx (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_inlines_b.h | 41 prof_tctx_get(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx) { in prof_tctx_get() 50 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in prof_tctx_set() 66 prof_alloc_time_get(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx) { in prof_alloc_time_get() 74 prof_alloc_time_set(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx, in prof_alloc_time_set() 166 prof_malloc(tsdn_t *tsdn, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx, in prof_malloc() 239 prof_free(tsd_t *tsd, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx) { in prof_free()
|
H A D | arena_inlines_b.h | 38 arena_prof_tctx_get(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx) { in arena_prof_tctx_get() 58 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in arena_prof_tctx_set() 88 alloc_ctx_t *alloc_ctx) { in arena_prof_alloc_time_get() 102 arena_prof_alloc_time_set(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx, in arena_prof_alloc_time_set() 287 alloc_ctx_t *alloc_ctx, bool slow_path) { in arena_dalloc() 372 alloc_ctx_t *alloc_ctx, bool slow_path) { in arena_sdalloc()
|
H A D | jemalloc_internal_inlines_c.h | 104 idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, alloc_ctx_t *alloc_ctx, in idalloctm() 128 alloc_ctx_t *alloc_ctx, bool slow_path) { in isdalloct()
|
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 2123 alloc_ctx_t alloc_ctx; in imalloc_body() local 2534 alloc_ctx_t *alloc_ctx, hook_ralloc_args_t *hook_args) { in irealloc_prof() 2572 alloc_ctx_t alloc_ctx; in ifree() local 2611 alloc_ctx_t alloc_ctx, *ctx; in isfree() local 2680 alloc_ctx_t alloc_ctx; in je_realloc() local 2799 alloc_ctx_t alloc_ctx; in free_fastpath() local 3161 arena_t *arena, alloc_ctx_t *alloc_ctx, hook_ralloc_args_t *hook_args) { in irallocx_prof() 3241 alloc_ctx_t alloc_ctx; in je_rallocx() local 3325 size_t extra, size_t alignment, bool zero, alloc_ctx_t *alloc_ctx) { in ixallocx_prof() 3391 alloc_ctx_t alloc_ctx; in je_xallocx() local
|
H A D | arena.c | 1120 alloc_ctx_t alloc_ctx; in arena_reset() local
|