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 D | prof_inlines_b.h | 40 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 D | arena_inlines_b.h | 12 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 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()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | jemalloc.c | 1876 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 D | arena.c | 982 alloc_ctx_t alloc_ctx; in arena_reset() local
|