| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| arena_inlines_b.h | 42 arena_prof_info_get(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx, 52 if (alloc_ctx == NULL) { 56 } else if (unlikely(!(is_slab = alloc_ctx->slab))) { 76 emap_alloc_ctx_t *alloc_ctx) { 81 if (alloc_ctx == NULL) { 88 if (unlikely(!alloc_ctx->slab)) { 175 emap_alloc_ctx_t alloc_ctx; local 176 emap_alloc_ctx_lookup(tsdn, &arena_emap_global, ptr, &alloc_ctx); 177 assert(alloc_ctx.szind != SC_NSIZES); 179 return sz_index2size(alloc_ctx.szind) 261 emap_alloc_ctx_t alloc_ctx; local 312 emap_alloc_ctx_t alloc_ctx; local 344 emap_alloc_ctx_t alloc_ctx; local 390 emap_alloc_ctx_t alloc_ctx; local [all...] |
| prof_inlines.h | 65 prof_info_get(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx, 71 arena_prof_info_get(tsd, ptr, alloc_ctx, prof_info, false); 76 emap_alloc_ctx_t *alloc_ctx, prof_info_t *prof_info) { 81 arena_prof_info_get(tsd, ptr, alloc_ctx, prof_info, true); 85 prof_tctx_reset(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx) { 89 arena_prof_tctx_reset(tsd, ptr, alloc_ctx); 149 emap_alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { 157 prof_tctx_reset(tsd, ptr, alloc_ctx); 248 emap_alloc_ctx_t *alloc_ctx) { 250 prof_info_get_and_reset_recent(tsd, ptr, alloc_ctx, &prof_info) [all...] |
| emap.h | 236 emap_alloc_ctx_t *alloc_ctx, szind_t szind, bool slab, size_t usize) { 237 alloc_ctx->szind = szind; 238 alloc_ctx->slab = slab; 239 alloc_ctx->usize = usize; 245 emap_alloc_ctx_usize_get(emap_alloc_ctx_t *alloc_ctx) { 246 assert(alloc_ctx->szind < SC_NSIZES); 247 if (alloc_ctx->slab) { 248 assert(alloc_ctx->usize == sz_index2size(alloc_ctx->szind)); 249 return sz_index2size(alloc_ctx->szind) 344 emap_full_alloc_ctx_t alloc_ctx; local [all...] |
| jemalloc_internal_inlines_c.h | 146 emap_alloc_ctx_t *alloc_ctx, bool is_internal, bool slow_path) { 159 arena_dalloc(tsdn, ptr, tcache, alloc_ctx, slow_path); 169 emap_alloc_ctx_t *alloc_ctx, bool slow_path) { 172 arena_sdalloc(tsdn, ptr, size, tcache, alloc_ctx, slow_path); 420 maybe_check_alloc_ctx(tsd_t *tsd, void *ptr, emap_alloc_ctx_t *alloc_ctx) { 425 if (alloc_ctx->szind != dbg_ctx.szind) { 430 emap_alloc_ctx_usize_get(alloc_ctx)); 433 if (alloc_ctx->slab != dbg_ctx.slab) { 500 emap_alloc_ctx_t alloc_ctx JEMALLOC_CC_SILENCE_INIT({0, 0, false}); 504 tsd, &arena_emap_global, ptr, &alloc_ctx); [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| arena_inlines_b.h | 42 arena_prof_info_get(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx, 52 if (alloc_ctx == NULL) { 56 } else if (unlikely(!(is_slab = alloc_ctx->slab))) { 76 emap_alloc_ctx_t *alloc_ctx) { 81 if (alloc_ctx == NULL) { 88 if (unlikely(!alloc_ctx->slab)) { 175 emap_alloc_ctx_t alloc_ctx; local 176 emap_alloc_ctx_lookup(tsdn, &arena_emap_global, ptr, &alloc_ctx); 177 assert(alloc_ctx.szind != SC_NSIZES); 179 return sz_index2size(alloc_ctx.szind) 261 emap_alloc_ctx_t alloc_ctx; local 312 emap_alloc_ctx_t alloc_ctx; local 344 emap_alloc_ctx_t alloc_ctx; local 390 emap_alloc_ctx_t alloc_ctx; local [all...] |
| prof_inlines.h | 65 prof_info_get(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx, 71 arena_prof_info_get(tsd, ptr, alloc_ctx, prof_info, false); 76 emap_alloc_ctx_t *alloc_ctx, prof_info_t *prof_info) { 81 arena_prof_info_get(tsd, ptr, alloc_ctx, prof_info, true); 85 prof_tctx_reset(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx) { 89 arena_prof_tctx_reset(tsd, ptr, alloc_ctx); 149 emap_alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { 157 prof_tctx_reset(tsd, ptr, alloc_ctx); 248 emap_alloc_ctx_t *alloc_ctx) { 250 prof_info_get_and_reset_recent(tsd, ptr, alloc_ctx, &prof_info) [all...] |
| emap.h | 232 /* Fills in alloc_ctx with the info in the map. */ 235 emap_alloc_ctx_t *alloc_ctx) { 240 alloc_ctx->szind = metadata.szind; 241 alloc_ctx->slab = metadata.slab; 285 emap_alloc_ctx_t *alloc_ctx) { 295 alloc_ctx->szind = metadata.szind; 296 alloc_ctx->slab = metadata.slab; 311 typedef void (*emap_metadata_visitor)(void *ctx, emap_full_alloc_ctx_t *alloc_ctx); 344 emap_full_alloc_ctx_t alloc_ctx; local 350 alloc_ctx.szind = contents.metadata.szind [all...] |
| prof_inlines_b.h | 40 prof_tctx_get(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx) { 44 return arena_prof_tctx_get(tsdn, ptr, alloc_ctx); 49 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { 53 arena_prof_tctx_set(tsdn, ptr, usize, alloc_ctx, tctx); 122 prof_malloc(tsdn_t *tsdn, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx, 131 prof_tctx_set(tsdn, ptr, usize, alloc_ctx, 195 prof_free(tsd_t *tsd, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx) { 196 prof_tctx_t *tctx = prof_tctx_get(tsd_tsdn(tsd), ptr, alloc_ctx);
|
| jemalloc_internal_inlines_c.h | 107 emap_alloc_ctx_t *alloc_ctx, bool is_internal, bool slow_path) { 120 arena_dalloc(tsdn, ptr, tcache, alloc_ctx, slow_path); 130 emap_alloc_ctx_t *alloc_ctx, bool slow_path) { 133 arena_sdalloc(tsdn, ptr, size, tcache, alloc_ctx, slow_path);
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| arena_inlines_b.h | 42 arena_prof_info_get(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx, 52 if (alloc_ctx == NULL) { 56 } else if (unlikely(!(is_slab = alloc_ctx->slab))) { 76 emap_alloc_ctx_t *alloc_ctx) { 81 if (alloc_ctx == NULL) { 88 if (unlikely(!alloc_ctx->slab)) { 175 emap_alloc_ctx_t alloc_ctx; local 176 emap_alloc_ctx_lookup(tsdn, &arena_emap_global, ptr, &alloc_ctx); 177 assert(alloc_ctx.szind != SC_NSIZES); 179 return sz_index2size(alloc_ctx.szind) 261 emap_alloc_ctx_t alloc_ctx; local 312 emap_alloc_ctx_t alloc_ctx; local 344 emap_alloc_ctx_t alloc_ctx; local 390 emap_alloc_ctx_t alloc_ctx; local [all...] |
| prof_inlines.h | 65 prof_info_get(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx, 71 arena_prof_info_get(tsd, ptr, alloc_ctx, prof_info, false); 76 emap_alloc_ctx_t *alloc_ctx, prof_info_t *prof_info) { 81 arena_prof_info_get(tsd, ptr, alloc_ctx, prof_info, true); 85 prof_tctx_reset(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx) { 89 arena_prof_tctx_reset(tsd, ptr, alloc_ctx); 149 emap_alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { 157 prof_tctx_reset(tsd, ptr, alloc_ctx); 248 emap_alloc_ctx_t *alloc_ctx) { 250 prof_info_get_and_reset_recent(tsd, ptr, alloc_ctx, &prof_info) [all...] |
| emap.h | 232 /* Fills in alloc_ctx with the info in the map. */ 235 emap_alloc_ctx_t *alloc_ctx) { 240 alloc_ctx->szind = metadata.szind; 241 alloc_ctx->slab = metadata.slab; 285 emap_alloc_ctx_t *alloc_ctx) { 295 alloc_ctx->szind = metadata.szind; 296 alloc_ctx->slab = metadata.slab; 311 typedef void (*emap_metadata_visitor)(void *ctx, emap_full_alloc_ctx_t *alloc_ctx); 344 emap_full_alloc_ctx_t alloc_ctx; local 350 alloc_ctx.szind = contents.metadata.szind [all...] |
| prof_inlines_b.h | 40 prof_tctx_get(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx) { 44 return arena_prof_tctx_get(tsdn, ptr, alloc_ctx); 49 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { 53 arena_prof_tctx_set(tsdn, ptr, usize, alloc_ctx, tctx); 122 prof_malloc(tsdn_t *tsdn, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx, 131 prof_tctx_set(tsdn, ptr, usize, alloc_ctx, 195 prof_free(tsd_t *tsd, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx) { 196 prof_tctx_t *tctx = prof_tctx_get(tsd_tsdn(tsd), ptr, alloc_ctx);
|
| jemalloc_internal_inlines_c.h | 107 emap_alloc_ctx_t *alloc_ctx, bool is_internal, bool slow_path) { 120 arena_dalloc(tsdn, ptr, tcache, alloc_ctx, slow_path); 130 emap_alloc_ctx_t *alloc_ctx, bool slow_path) { 133 arena_sdalloc(tsdn, ptr, size, tcache, alloc_ctx, slow_path);
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| arena_inlines_b.h | 42 arena_prof_info_get(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx, 52 if (alloc_ctx == NULL) { 56 } else if (unlikely(!(is_slab = alloc_ctx->slab))) { 76 emap_alloc_ctx_t *alloc_ctx) { 81 if (alloc_ctx == NULL) { 88 if (unlikely(!alloc_ctx->slab)) { 175 emap_alloc_ctx_t alloc_ctx; local 176 emap_alloc_ctx_lookup(tsdn, &arena_emap_global, ptr, &alloc_ctx); 177 assert(alloc_ctx.szind != SC_NSIZES); 179 return sz_index2size(alloc_ctx.szind) 261 emap_alloc_ctx_t alloc_ctx; local 312 emap_alloc_ctx_t alloc_ctx; local 344 emap_alloc_ctx_t alloc_ctx; local 390 emap_alloc_ctx_t alloc_ctx; local [all...] |
| prof_inlines.h | 65 prof_info_get(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx, 71 arena_prof_info_get(tsd, ptr, alloc_ctx, prof_info, false); 76 emap_alloc_ctx_t *alloc_ctx, prof_info_t *prof_info) { 81 arena_prof_info_get(tsd, ptr, alloc_ctx, prof_info, true); 85 prof_tctx_reset(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx) { 89 arena_prof_tctx_reset(tsd, ptr, alloc_ctx); 149 emap_alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { 157 prof_tctx_reset(tsd, ptr, alloc_ctx); 248 emap_alloc_ctx_t *alloc_ctx) { 250 prof_info_get_and_reset_recent(tsd, ptr, alloc_ctx, &prof_info) [all...] |
| emap.h | 232 /* Fills in alloc_ctx with the info in the map. */ 235 emap_alloc_ctx_t *alloc_ctx) { 240 alloc_ctx->szind = metadata.szind; 241 alloc_ctx->slab = metadata.slab; 285 emap_alloc_ctx_t *alloc_ctx) { 295 alloc_ctx->szind = metadata.szind; 296 alloc_ctx->slab = metadata.slab; 311 typedef void (*emap_metadata_visitor)(void *ctx, emap_full_alloc_ctx_t *alloc_ctx); 344 emap_full_alloc_ctx_t alloc_ctx; local 350 alloc_ctx.szind = contents.metadata.szind [all...] |
| prof_inlines_b.h | 40 prof_tctx_get(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx) { 44 return arena_prof_tctx_get(tsdn, ptr, alloc_ctx); 49 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { 53 arena_prof_tctx_set(tsdn, ptr, usize, alloc_ctx, tctx); 122 prof_malloc(tsdn_t *tsdn, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx, 131 prof_tctx_set(tsdn, ptr, usize, alloc_ctx, 195 prof_free(tsd_t *tsd, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx) { 196 prof_tctx_t *tctx = prof_tctx_get(tsd_tsdn(tsd), ptr, alloc_ctx);
|
| jemalloc_internal_inlines_c.h | 107 emap_alloc_ctx_t *alloc_ctx, bool is_internal, bool slow_path) { 120 arena_dalloc(tsdn, ptr, tcache, alloc_ctx, slow_path); 130 emap_alloc_ctx_t *alloc_ctx, bool slow_path) { 133 arena_sdalloc(tsdn, ptr, size, tcache, alloc_ctx, slow_path);
|
| /src/external/bsd/jemalloc/dist/src/ |
| jemalloc.c | 2580 emap_alloc_ctx_t alloc_ctx; local 2582 alloc_ctx.slab = (usize <= SC_SMALL_MAXCLASS); 2588 alloc_ctx.slab = false; 2597 prof_malloc(tsd, allocation, size, usize, &alloc_ctx, tctx); 2903 emap_alloc_ctx_t alloc_ctx; local 2905 &alloc_ctx); local 2906 assert(alloc_ctx.szind != SC_NSIZES); 2908 size_t usize = sz_index2size(alloc_ctx.szind); 2910 prof_free(tsd, ptr, usize, &alloc_ctx); 2914 idalloctm(tsd_tsdn(tsd), ptr, tcache, &alloc_ctx, false local 2920 idalloctm(tsd_tsdn(tsd), ptr, tcache, &alloc_ctx, false, local 2962 emap_alloc_ctx_t alloc_ctx; local 2976 ptr, &alloc_ctx); local 3009 isdalloct(tsd_tsdn(tsd), ptr, usize, tcache, &alloc_ctx, local 3015 isdalloct(tsd_tsdn(tsd), ptr, usize, tcache, &alloc_ctx, local 3106 emap_alloc_ctx_t alloc_ctx; local 3545 emap_alloc_ctx_t alloc_ctx; local 3547 &alloc_ctx); local 3804 emap_alloc_ctx_t alloc_ctx; local 3806 &alloc_ctx); local [all...] |
| tcache.c | 254 emap_full_alloc_ctx_t *alloc_ctx) { 256 *szind_sum -= alloc_ctx->szind; 257 util_prefetch_write_range(alloc_ctx->edata, sizeof(edata_t));
|
| arena.c | 684 emap_alloc_ctx_t alloc_ctx; local 686 &alloc_ctx); local 687 assert(alloc_ctx.szind != SC_NSIZES); 690 usize = sz_index2size(alloc_ctx.szind); 695 prof_free(tsd, ptr, usize, &alloc_ctx);
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| jemalloc.c | 2580 emap_alloc_ctx_t alloc_ctx; local 2582 alloc_ctx.slab = (usize <= SC_SMALL_MAXCLASS); 2588 alloc_ctx.slab = false; 2597 prof_malloc(tsd, allocation, size, usize, &alloc_ctx, tctx); 2903 emap_alloc_ctx_t alloc_ctx; local 2905 &alloc_ctx); local 2906 assert(alloc_ctx.szind != SC_NSIZES); 2908 size_t usize = sz_index2size(alloc_ctx.szind); 2910 prof_free(tsd, ptr, usize, &alloc_ctx); 2914 idalloctm(tsd_tsdn(tsd), ptr, tcache, &alloc_ctx, false local 2920 idalloctm(tsd_tsdn(tsd), ptr, tcache, &alloc_ctx, false, local 2962 emap_alloc_ctx_t alloc_ctx; local 2976 ptr, &alloc_ctx); local 3009 isdalloct(tsd_tsdn(tsd), ptr, usize, tcache, &alloc_ctx, local 3015 isdalloct(tsd_tsdn(tsd), ptr, usize, tcache, &alloc_ctx, local 3106 emap_alloc_ctx_t alloc_ctx; local 3545 emap_alloc_ctx_t alloc_ctx; local 3547 &alloc_ctx); local 3804 emap_alloc_ctx_t alloc_ctx; local 3806 &alloc_ctx); local [all...] |
| tcache.c | 254 emap_full_alloc_ctx_t *alloc_ctx) { 256 *szind_sum -= alloc_ctx->szind; 257 util_prefetch_write_range(alloc_ctx->edata, sizeof(edata_t));
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/ |
| slh_dsa_kmgmt.c | 303 int alloc_ctx = 0; local 313 alloc_ctx = 1; 342 if (alloc_ctx)
|