Home
last modified time | relevance | path

Searched refs:batch_alloc (Results 1 – 5 of 5) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h68 size_t batch_alloc(void **ptrs, size_t num, size_t size, int flags);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h10 #define batch_alloc JEMALLOC_N(batch_alloc) macro
/src/contrib/jemalloc/
H A DMakefile.in205 $(srcroot)test/unit/batch_alloc.c \
329 TESTS_STRESS := $(srcroot)test/stress/batch_alloc.c \
/src/contrib/jemalloc/src/
H A Djemalloc.c4139 batch_alloc(void **ptrs, size_t num, size_t size, int flags) { in batch_alloc() function
H A Dctl.c4277 size_t filled = batch_alloc(batch_alloc_packet.ptrs, in experimental_batch_alloc_ctl()