Home
last modified time | relevance | path

Searched refs:emap_alloc_ctx_t (Results 1 – 6 of 6) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines.h65 prof_info_get(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx, in prof_info_get()
76 emap_alloc_ctx_t *alloc_ctx, prof_info_t *prof_info) { in prof_info_get_and_reset_recent()
85 prof_tctx_reset(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx) { in prof_tctx_reset()
149 emap_alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in prof_malloc()
248 emap_alloc_ctx_t *alloc_ctx) { in prof_free()
H A Darena_inlines_b.h42 arena_prof_info_get(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx, in arena_prof_info_get()
76 emap_alloc_ctx_t *alloc_ctx) { in arena_prof_tctx_reset()
175 emap_alloc_ctx_t alloc_ctx; in arena_salloc()
261 emap_alloc_ctx_t alloc_ctx; in arena_dalloc_no_tcache()
303 emap_alloc_ctx_t *caller_alloc_ctx, bool slow_path) { in arena_dalloc()
312 emap_alloc_ctx_t alloc_ctx; in arena_dalloc()
344 emap_alloc_ctx_t alloc_ctx; in arena_sdalloc_no_tcache()
380 emap_alloc_ctx_t *caller_alloc_ctx, bool slow_path) { in arena_sdalloc()
390 emap_alloc_ctx_t alloc_ctx; in arena_sdalloc()
H A Demap.h22 typedef struct emap_alloc_ctx_t emap_alloc_ctx_t; typedef
23 struct emap_alloc_ctx_t { struct
235 emap_alloc_ctx_t *alloc_ctx) { in emap_alloc_ctx_lookup()
285 emap_alloc_ctx_t *alloc_ctx) { in emap_alloc_ctx_try_lookup_fast()
H A Djemalloc_internal_inlines_c.h107 emap_alloc_ctx_t *alloc_ctx, bool is_internal, bool slow_path) { in idalloctm()
130 emap_alloc_ctx_t *alloc_ctx, bool slow_path) { in isdalloct()
/src/contrib/jemalloc/src/
H A Djemalloc.c2557 emap_alloc_ctx_t alloc_ctx; in imalloc_body()
2880 emap_alloc_ctx_t alloc_ctx; in ifree()
2904 maybe_check_alloc_ctx(tsd_t *tsd, void *ptr, emap_alloc_ctx_t *alloc_ctx) { in maybe_check_alloc_ctx()
2906 emap_alloc_ctx_t dbg_ctx; in maybe_check_alloc_ctx()
2939 emap_alloc_ctx_t alloc_ctx; in isfree()
3083 emap_alloc_ctx_t alloc_ctx; in free_fastpath()
3470 arena_t *arena, emap_alloc_ctx_t *alloc_ctx, in irallocx_prof()
3522 emap_alloc_ctx_t alloc_ctx; in do_rallocx()
3698 size_t extra, size_t alignment, bool zero, emap_alloc_ctx_t *alloc_ctx) { in ixallocx_prof()
3784 emap_alloc_ctx_t alloc_ctx; in je_xallocx()
H A Darena.c684 emap_alloc_ctx_t alloc_ctx; in arena_reset()