| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | tcache_inlines.h | 46 size_t size, szind_t binind, bool zero, bool slow_path) { in tcache_alloc_small() 89 szind_t binind, bool zero, bool slow_path) { in tcache_alloc_small() 130 bool slow_path) { in tcache_alloc_large() 165 bool slow_path) { in tcache_dalloc_small() argument 43 tcache_alloc_small(tsd_t * tsd,arena_t * arena,tcache_t * tcache,size_t size,szind_t binind,bool zero,bool slow_path) tcache_alloc_small() argument 105 tcache_alloc_large(tsd_t * tsd,arena_t * arena,tcache_t * tcache,size_t size,szind_t binind,bool zero,bool slow_path) tcache_alloc_large() argument 190 tcache_dalloc_large(tsd_t * tsd,tcache_t * tcache,void * ptr,szind_t binind,bool slow_path) tcache_dalloc_large() argument
|
| H A D | arena_inlines_b.h | 146 tcache_t *tcache, bool slow_path) { in arena_decay_extent() 152 tcache, size, ind, zero, slow_path); in arena_decay_extent() 156 tcache, size, ind, zero, slow_path); in arena_decay_extent() 282 bool slow_path) { in arena_dalloc_large() 285 arena_dalloc_promoted(tsdn, ptr, tcache, slow_path); 288 slow_path); in arena_dalloc() 303 emap_alloc_ctx_t *caller_alloc_ctx, bool slow_path) { in arena_dalloc() 332 alloc_ctx.szind, slow_path); in arena_sdalloc_no_tcache() 335 slow_path); in arena_sdalloc_no_tcache() 380 emap_alloc_ctx_t *caller_alloc_ctx, bool slow_path) { in arena_sdalloc() 160 arena_malloc(tsdn_t * tsdn,arena_t * arena,size_t size,szind_t ind,bool zero,tcache_t * tcache,bool slow_path) arena_malloc() argument 271 arena_dalloc_large(tsdn_t * tsdn,void * ptr,tcache_t * tcache,szind_t szind,bool slow_path) arena_dalloc_large() argument 287 arena_dalloc(tsdn_t * tsdn,void * ptr,tcache_t * tcache,alloc_ctx_t * alloc_ctx,bool slow_path) arena_dalloc() argument 372 arena_sdalloc(tsdn_t * tsdn,void * ptr,size_t size,tcache_t * tcache,alloc_ctx_t * alloc_ctx,bool slow_path) arena_sdalloc() argument [all...] |
| H A D | jemalloc_internal_inlines_c.h | 45 bool is_internal, arena_t *arena, bool slow_path) { in iallocztm() 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() 65 NULL, slow_path); 107 emap_alloc_ctx_t *alloc_ctx, bool is_internal, bool slow_path) { in idalloctm() 120 arena_dalloc(tsdn, ptr, tcache, alloc_ctx, slow_path); 130 emap_alloc_ctx_t *alloc_ctx, bool slow_path) { in isdalloct() 133 arena_sdalloc(tsdn, ptr, size, tcache, alloc_ctx, slow_path); 43 iallocztm(tsdn_t * tsdn,size_t size,szind_t ind,bool zero,tcache_t * tcache,bool is_internal,arena_t * arena,bool slow_path) iallocztm() argument 61 ialloc(tsd_t * tsd,size_t size,szind_t ind,bool zero,bool slow_path) ialloc() argument 105 idalloctm(tsdn_t * tsdn,void * ptr,tcache_t * tcache,alloc_ctx_t * alloc_ctx,bool is_internal,bool slow_path) idalloctm() argument 128 isdalloct(tsdn_t * tsdn,void * ptr,size_t size,tcache_t * tcache,alloc_ctx_t * alloc_ctx,bool slow_path) isdalloct() argument
|
| H A D | arena_externs.h | 73 bool slow_path);
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 2868 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) { 2869 if (!slow_path) { in JEMALLOC_ATTR() 2874 assert(slow_path); in JEMALLOC_ATTR() 2890 if (likely(!slow_path)) { in JEMALLOC_ATTR() 2894 if (config_fill && slow_path && opt_junk_free) { in JEMALLOC_ATTR() 2927 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) { in JEMALLOC_ATTR() 2928 if (!slow_path) { in JEMALLOC_ATTR() 2933 assert(slow_path); in JEMALLOC_ATTR() 2985 if (likely(!slow_path)) { 2989 if (config_fill && slow_path 2560 ifree(tsd_t * tsd,void * ptr,tcache_t * tcache,bool slow_path) ifree() argument 2599 isfree(tsd_t * tsd,void * ptr,size_t usize,tcache_t * tcache,bool slow_path) isfree() argument [all...] |
| H A D | arena.c | 1271 bool slow_path) { in arena_bin_nonfull_slab_get() 1288 sz_size2index(bumped_usize), slow_path); in arena_bin_nonfull_slab_get() 1598 arena_dalloc_promoted(tsdn_t * tsdn,void * ptr,tcache_t * tcache,bool slow_path) arena_dalloc_promoted() argument
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | eth_common.h | 371 struct eth_slow_path_rx_cqe slow_path /* SP CQE */; member
|