Searched defs:slow_path (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h42 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, szind_t binind, bool zero, bool slow_path) argument
[all...]
H A Darena_inlines_b.h159 arena_malloc(tsdn_t *tsdn, arena_t *arena, size_t size, szind_t ind, bool zero, tcache_t *tcache, bool slow_path) argument
[all...]
H A Djemalloc_internal_inlines_c.h61 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) { argument
42 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, bool is_internal, arena_t *arena, bool slow_path) argument
104 idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, alloc_ctx_t *alloc_ctx, bool is_internal, bool slow_path) argument
127 isdalloct(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, alloc_ctx_t *alloc_ctx, bool slow_path) argument
/freebsd-13-stable/contrib/jemalloc/src/
H A Darena.c1615 sz_size2index(bumped_usize), slow_path); local
1597 arena_dalloc_promoted(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool slow_path) argument
H A Djemalloc.c2560 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) { argument
2599 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) { argument
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Deth_common.h373 struct eth_slow_path_rx_cqe slow_path /* SP CQE */; member in union:eth_rx_cqe

Completed in 116 milliseconds