Searched refs:alloc_ctx_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Darena_types.h20 typedef struct alloc_ctx_s alloc_ctx_t; typedef in typeref:struct:alloc_ctx_s
H A Dprof_inlines_b.h41 prof_tctx_get(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx) {
50 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) {
66 prof_alloc_time_get(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx) {
74 prof_alloc_time_set(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx,
166 prof_malloc(tsdn_t *tsdn, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx,
239 prof_free(tsd_t *tsd, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx) {
H A Darena_inlines_b.h38 arena_prof_tctx_get(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx) {
58 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) {
88 alloc_ctx_t *alloc_ctx) {
102 arena_prof_alloc_time_set(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx,
287 alloc_ctx_t *alloc_ctx, bool slow_path) {
372 alloc_ctx_t *alloc_ctx, bool slow_path) {
384 alloc_ctx_t local_ctx;
H A Djemalloc_internal_inlines_c.h104 idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, alloc_ctx_t *alloc_ctx,
128 alloc_ctx_t *alloc_ctx, bool slow_path) {
/freebsd-13-stable/contrib/jemalloc/src/
H A Djemalloc.c2123 alloc_ctx_t alloc_ctx;
2534 alloc_ctx_t *alloc_ctx, hook_ralloc_args_t *hook_args) {
2572 alloc_ctx_t alloc_ctx;
2611 alloc_ctx_t alloc_ctx, *ctx;
2622 alloc_ctx_t dbg_ctx;
2680 alloc_ctx_t alloc_ctx;
2799 alloc_ctx_t alloc_ctx;
3161 arena_t *arena, alloc_ctx_t *alloc_ctx, hook_ralloc_args_t *hook_args) {
3241 alloc_ctx_t alloc_ctx;
3325 size_t extra, size_t alignment, bool zero, alloc_ctx_t *alloc_ct
[all...]
H A Darena.c1120 alloc_ctx_t alloc_ctx;
H A Dprof.c475 (alloc_ctx_t *)NULL);

Completed in 88 milliseconds