Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
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()
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()
300 UNUSED alloc_ctx_t local_ctx; in arena_sdalloc()
Darena_types.h23 typedef struct alloc_ctx_s alloc_ctx_t; typedef
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()
/external/jemalloc_new/src/
Djemalloc.c1894 alloc_ctx_t alloc_ctx;
2186 alloc_ctx_t *alloc_ctx) {
2222 alloc_ctx_t alloc_ctx;
2261 alloc_ctx_t alloc_ctx, *ctx;
2272 alloc_ctx_t dbg_ctx;
2340 alloc_ctx_t alloc_ctx;
2639 arena_t *arena, alloc_ctx_t *alloc_ctx) {
2719 alloc_ctx_t alloc_ctx;
2799 size_t extra, size_t alignment, bool zero, alloc_ctx_t *alloc_ctx) {
2863 alloc_ctx_t alloc_ctx;
Darena.c1006 alloc_ctx_t alloc_ctx; in arena_reset()