Home
last modified time | relevance | path

Searched refs:slow_path (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h43 size_t size, szind_t binind, bool zero, bool slow_path) { in tcache_alloc_small() argument
72 if (config_prof || (slow_path && config_fill) || unlikely(zero)) { in tcache_alloc_small()
78 if (slow_path && config_fill) { in tcache_alloc_small()
87 if (slow_path && config_fill && unlikely(opt_junk_alloc)) { in tcache_alloc_small()
105 szind_t binind, bool zero, bool slow_path) { in tcache_alloc_large() argument
132 if (config_prof || (slow_path && config_fill) || in tcache_alloc_large()
139 if (slow_path && config_fill) { in tcache_alloc_large()
165 bool slow_path) { in tcache_dalloc_small() argument
172 if (slow_path && config_fill && unlikely(opt_junk_free)) { in tcache_dalloc_small()
190 bool slow_path) { in tcache_dalloc_large() argument
[all …]
H A Darena_inlines_b.h160 tcache_t *tcache, bool slow_path) { in arena_malloc() argument
166 tcache, size, ind, zero, slow_path); in arena_malloc()
170 tcache, size, ind, zero, slow_path); in arena_malloc()
271 bool slow_path) { in arena_dalloc_large() argument
274 arena_dalloc_promoted(tsdn, ptr, tcache, slow_path); in arena_dalloc_large()
277 slow_path); in arena_dalloc_large()
287 alloc_ctx_t *alloc_ctx, bool slow_path) { in arena_dalloc() argument
321 slow_path); in arena_dalloc()
323 arena_dalloc_large(tsdn, ptr, tcache, szind, slow_path); in arena_dalloc()
372 alloc_ctx_t *alloc_ctx, bool slow_path) { in arena_sdalloc() argument
[all …]
H A Djemalloc_internal_inlines_c.h43 bool is_internal, arena_t *arena, bool slow_path) { in iallocztm() argument
53 ret = arena_malloc(tsdn, arena, size, ind, zero, tcache, slow_path); in iallocztm()
61 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) { in ialloc() argument
63 NULL, slow_path); in ialloc()
105 bool is_internal, bool slow_path) { in idalloctm() argument
118 arena_dalloc(tsdn, ptr, tcache, alloc_ctx, slow_path); in idalloctm()
128 alloc_ctx_t *alloc_ctx, bool slow_path) { in isdalloct() argument
131 arena_sdalloc(tsdn, ptr, size, tcache, alloc_ctx, slow_path); in isdalloct()
H A Darena_externs.h65 bool slow_path);
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2560 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) { in ifree() argument
2561 if (!slow_path) { in ifree()
2566 assert(slow_path); in ifree()
2589 if (likely(!slow_path)) { in ifree()
2599 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) { in isfree() argument
2600 if (!slow_path) { in isfree()
2605 assert(slow_path); in isfree()
2647 if (likely(!slow_path)) { in isfree()
H A Darena.c1598 bool slow_path) { in arena_dalloc_promoted() argument
1615 sz_size2index(bumped_usize), slow_path); in arena_dalloc_promoted()
/freebsd/sys/dev/qlnx/qlnxe/
H A Deth_common.h371 struct eth_slow_path_rx_cqe slow_path /* SP CQE */; member