Searched refs:alloc_ctx_t (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
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()
|
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() 300 UNUSED alloc_ctx_t local_ctx; in arena_sdalloc()
|
D | arena_types.h | 23 typedef struct alloc_ctx_s alloc_ctx_t; typedef
|
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()
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 1892 alloc_ctx_t alloc_ctx; 2184 alloc_ctx_t *alloc_ctx) { 2220 alloc_ctx_t alloc_ctx; 2259 alloc_ctx_t alloc_ctx, *ctx; 2270 alloc_ctx_t dbg_ctx; 2338 alloc_ctx_t alloc_ctx; 2637 arena_t *arena, alloc_ctx_t *alloc_ctx) { 2717 alloc_ctx_t alloc_ctx; 2797 size_t extra, size_t alignment, bool zero, alloc_ctx_t *alloc_ctx) { 2861 alloc_ctx_t alloc_ctx;
|
D | arena.c | 982 alloc_ctx_t alloc_ctx; in arena_reset()
|