Home
last modified time | relevance | path

Searched defs:alloc_ctx (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h40 prof_tctx_get(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx) { in prof_tctx_get()
49 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in prof_tctx_set()
122 prof_malloc(tsdn_t *tsdn, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx, in prof_malloc()
195 prof_free(tsd_t *tsd, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx) { in prof_free()
H A Darena_inlines_b.h12 arena_prof_tctx_get(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx) { in arena_prof_tctx_get()
32 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in arena_prof_tctx_set()
191 alloc_ctx_t *alloc_ctx, bool slow_path) { in arena_dalloc()
288 alloc_ctx_t *alloc_ctx, bool slow_path) { in arena_sdalloc()
H A Djemalloc_internal_inlines_c.h104 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()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc.c1876 alloc_ctx_t alloc_ctx; in imalloc_body() local
2168 alloc_ctx_t *alloc_ctx) { in irealloc_prof()
2204 alloc_ctx_t alloc_ctx; in ifree() local
2243 alloc_ctx_t alloc_ctx, *ctx; in isfree() local
2322 alloc_ctx_t alloc_ctx; in je_realloc() local
2621 arena_t *arena, alloc_ctx_t *alloc_ctx) { in irallocx_prof()
2701 alloc_ctx_t alloc_ctx; in je_rallocx() local
2781 size_t extra, size_t alignment, bool zero, alloc_ctx_t *alloc_ctx) { in ixallocx_prof()
2845 alloc_ctx_t alloc_ctx; in je_xallocx() local
H A Darena.c982 alloc_ctx_t alloc_ctx; in arena_reset() local