| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | arena_inlines_b.h | 146 tcache_t *tcache, bool slow_path) { in arena_malloc() argument 152 tcache, size, ind, zero, slow_path); in arena_malloc() 156 tcache, size, ind, zero, slow_path); in arena_malloc() 282 bool slow_path) { in arena_dalloc_large() argument 285 arena_dalloc_promoted(tsdn, ptr, tcache, slow_path); in arena_dalloc_large() 288 slow_path); in arena_dalloc_large() 303 emap_alloc_ctx_t *caller_alloc_ctx, bool slow_path) { in arena_dalloc() argument 332 alloc_ctx.szind, slow_path); in arena_dalloc() 335 slow_path); in arena_dalloc() 380 emap_alloc_ctx_t *caller_alloc_ctx, bool slow_path) { in arena_sdalloc() argument [all …]
|
| H A D | jemalloc_internal_inlines_c.h | 45 bool is_internal, arena_t *arena, bool slow_path) { in iallocztm() argument 55 ret = arena_malloc(tsdn, arena, size, ind, zero, tcache, slow_path); in iallocztm() 63 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) { in ialloc() argument 65 NULL, slow_path); in ialloc() 107 emap_alloc_ctx_t *alloc_ctx, bool is_internal, bool slow_path) { in idalloctm() argument 120 arena_dalloc(tsdn, ptr, tcache, alloc_ctx, slow_path); in idalloctm() 130 emap_alloc_ctx_t *alloc_ctx, bool slow_path) { in isdalloct() argument 133 arena_sdalloc(tsdn, ptr, size, tcache, alloc_ctx, slow_path); in isdalloct()
|
| H A D | tcache_inlines.h | 46 size_t size, szind_t binind, bool zero, bool slow_path) { in tcache_alloc_small() argument 89 szind_t binind, bool zero, bool slow_path) { in tcache_alloc_large() argument 130 bool slow_path) { in tcache_dalloc_small() argument 165 bool slow_path) { in tcache_dalloc_large() argument
|
| H A D | arena_externs.h | 73 bool slow_path);
|
| /src/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 2868 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) { in ifree() argument 2869 if (!slow_path) { in ifree() 2874 assert(slow_path); in ifree() 2890 if (likely(!slow_path)) { in ifree() 2894 if (config_fill && slow_path && opt_junk_free) { in ifree() 2927 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) { in isfree() argument 2928 if (!slow_path) { in isfree() 2933 assert(slow_path); in isfree() 2985 if (likely(!slow_path)) { in isfree() 2989 if (config_fill && slow_path && opt_junk_free) { in isfree()
|
| H A D | arena.c | 1271 bool slow_path) { in arena_dalloc_promoted() argument 1288 sz_size2index(bumped_usize), slow_path); in arena_dalloc_promoted()
|
| /src/sys/dev/qlnx/qlnxe/ |
| H A D | eth_common.h | 371 struct eth_slow_path_rx_cqe slow_path /* SP CQE */; member
|