Searched refs:nallocx (Results 1 – 20 of 20) sorted by relevance
/netbsd/external/bsd/jemalloc/dist/test/integration/ |
H A D | mallocx.c | 120 for (sz = 1; sz < MAXSZ; sz = nallocx(sz, 0) + 1) { in TEST_BEGIN() 123 nsz = nallocx(sz, 0); in TEST_BEGIN() 138 nsz = nallocx(sz, MALLOCX_ZERO); in TEST_BEGIN() 180 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN()
|
H A D | sdallocx.c | 29 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN()
|
H A D | xallocx.c | 345 nsz = nallocx(sz+1, flags); in test_zero()
|
/netbsd/include/ |
H A D | malloc.h | 42 size_t nallocx(size_t, int);
|
/netbsd/external/bsd/jemalloc/include/jemalloc/ |
H A D | jemalloc_rename.h | 20 # define je_nallocx nallocx
|
H A D | jemalloc_mangle.h | 25 # define nallocx je_nallocx macro
|
H A D | jemalloc_mangle_jet.h | 25 # define nallocx jet_nallocx macro
|
H A D | jemalloc.h | 87 # define je_nallocx nallocx 414 # define nallocx je_nallocx macro
|
/netbsd/external/bsd/jemalloc/include/jemalloc/internal/ |
H A D | public_namespace.h | 14 #define je_nallocx JEMALLOC_N(nallocx)
|
/netbsd/external/bsd/jemalloc/dist/test/unit/ |
H A D | tsd.c | 130 if (nallocx(1, 0) == 0) { in main()
|
H A D | retained.c | 104 sz = nallocx(HUGEPAGE, 0); in TEST_BEGIN()
|
H A D | prof_reset.c | 260 nsz = nallocx(sz+1, 0); in TEST_BEGIN()
|
H A D | decay.c | 442 large = nallocx(tcache_max + 1, flags); in TEST_BEGIN()
|
H A D | mallctl.c | 248 qsz = nallocx(psz, 0) + 1; in TEST_BEGIN()
|
/netbsd/external/bsd/jemalloc/lib/ |
H A D | jemalloc_stub.c | 75 nallocx(size_t l, int f) in nallocx() function
|
/netbsd/external/bsd/jemalloc/dist/test/stress/ |
H A D | microbench.c | 145 if (nallocx(1, 0) < 1) { in malloc_nallocx_free()
|
/netbsd/external/bsd/jemalloc/dist/test/src/ |
H A D | test.c | 124 if (nallocx(1, 0) == 0) { in p_test_impl()
|
/netbsd/external/bsd/jemalloc/dist/include/jemalloc/ |
H A D | jemalloc_protos.h.in | 41 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@nallocx(size_t size, int flags)
|
/netbsd/external/bsd/jemalloc/dist/src/ |
H A D | jemalloc.c | 34 __weak_alias(nallocx, __je_nallocx)
|
/netbsd/external/bsd/jemalloc/dist/ |
H A D | configure.ac | 851 …malloc_conf malloc_message malloc_stats_print malloc_usable_size mallocx nallocx posix_memalign ra…
|