Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/jemalloc/dist/test/integration/
H A Dsdallocx.c7 void *ptr = mallocx(64, 0); in TEST_BEGIN()
31 ps[i] = mallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Djemalloc_shim.h39 mallocx(size_t size, int flags) { in mallocx()
37 mallocx(size_t size, int flags) { mallocx() function
101 mallocx(size_t size, int flags) { mallocx() function
H A Dmem.c72 volatile void *isc__mem_malloc = mallocx;
227 dl = mallocx(sizeof(debuglink_t), mctx->jemalloc_flags); in increment_malloced()
305 ret = mallocx(size, flags | ctx->jemalloc_flags); in delete_trace_entry()
463 ctx = mallocx(sizeof(*ctx), jemalloc_flags); in mem_jemalloc_arena_create()
490 ctx->debuglist = mallocx(
/netbsd-src/include/
H A Dmalloc.h36 void *mallocx(size_t, int);
/netbsd-src/external/mpl/bind/dist/m4/
H A Dax_jemalloc.m4
/netbsd-src/external/bsd/jemalloc/lib/
H A Djemalloc_stub.c35 mallocx(size_t l, int f) in mallocx() function
/netbsd-src/external/mpl/bind/dist/
H A Dconfigure