Searched refs:mallocx (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/jemalloc/dist/test/integration/ |
H A D | sdallocx.c | 7 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 D | jemalloc_shim.h | 39 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 D | mem.c | 72 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 D | malloc.h | 36 void *mallocx(size_t, int);
|
/netbsd-src/external/mpl/bind/dist/m4/ |
H A D | ax_jemalloc.m4 |
|
/netbsd-src/external/bsd/jemalloc/lib/ |
H A D | jemalloc_stub.c | 35 mallocx(size_t l, int f) in mallocx() function
|
/netbsd-src/external/mpl/bind/dist/ |
H A D | configure |
|