Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Darena_inlines_b.h146 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 Djemalloc_internal_inlines_c.h45 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 Dtcache_inlines.h46 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 Darena_externs.h73 bool slow_path);
/src/contrib/jemalloc/src/
H A Djemalloc.c2868 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 Darena.c1271 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 Deth_common.h371 struct eth_slow_path_rx_cqe slow_path /* SP CQE */; member