Searched refs:nallocx (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/include/
H A Dmalloc.h42 size_t nallocx(size_t, int);
/netbsd-current/external/bsd/jemalloc/include/jemalloc/
H A Djemalloc_rename.h20 # define je_nallocx nallocx
H A Djemalloc_mangle.h25 # define nallocx je_nallocx macro
H A Djemalloc_mangle_jet.h25 # define nallocx jet_nallocx macro
H A Djemalloc.h87 # define je_nallocx nallocx
414 # define nallocx je_nallocx macro
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h14 #define je_nallocx JEMALLOC_N(nallocx)
/netbsd-current/external/bsd/jemalloc/dist/test/integration/
H A Dmallocx.c120 for (sz = 1; sz < MAXSZ; sz = nallocx(sz, 0) + 1) {
123 nsz = nallocx(sz, 0);
124 assert_zu_ne(nsz, 0, "Unexpected nallocx() error");
130 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch");
138 nsz = nallocx(sz, MALLOCX_ZERO);
139 assert_zu_ne(nsz, 0, "Unexpected nallocx() error");
145 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() rsize mismatch");
180 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) |
183 "nallocx() error for alignment=%zu, "
195 "nallocx()/salloc
[all...]
H A Dsdallocx.c29 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) |
H A Dxallocx.c345 nsz = nallocx(sz+1, flags);
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dtsd.c130 if (nallocx(1, 0) == 0) {
H A Dretained.c104 sz = nallocx(HUGEPAGE, 0);
H A Dprof_reset.c260 nsz = nallocx(sz+1, 0);
H A Ddecay.c442 large = nallocx(tcache_max + 1, flags);
H A Dmallctl.c248 qsz = nallocx(psz, 0) + 1;
/netbsd-current/external/bsd/jemalloc/lib/
H A Djemalloc_stub.c77 nallocx(size_t l, int f) function
/netbsd-current/external/bsd/jemalloc/dist/test/stress/
H A Dmicrobench.c145 if (nallocx(1, 0) < 1) {
146 test_fail("Unexpected nallocx() failure");
153 malloc_sallocx_free, "nallocx", malloc_nallocx_free);
/netbsd-current/external/bsd/jemalloc/dist/test/src/
H A Dtest.c124 if (nallocx(1, 0) == 0) {
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Djemalloc.c34 __weak_alias(nallocx, __je_nallocx)
3070 LOG("core.nallocx.exit", "result: %zu", ZU(0));
3079 LOG("core.nallocx.exit", "result: %zu", ZU(0));
3084 LOG("core.nallocx.exit", "result: %zu", usize);

Completed in 299 milliseconds