Searched refs:sallocx (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/include/
H A Dmalloc.h39 size_t sallocx(const void *, int);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Djemalloc_shim.h64 sallocx(void *ptr, int flags) { function
83 sallocx(void *ptr, int flags) { function
126 sallocx(void *ptr, int flags) { function
H A Dmem.c962 size = sallocx(ptr, ctx->jemalloc_flags);
1015 size_t old_size = sallocx(old_ptr, ctx->jemalloc_flags);
1023 new_size = sallocx(new_ptr, ctx->jemalloc_flags);
1046 size = sallocx(ptr, ctx->jemalloc_flags);
/netbsd-current/external/bsd/jemalloc/include/jemalloc/
H A Djemalloc_rename.h24 # define je_sallocx sallocx
H A Djemalloc_mangle.h29 # define sallocx je_sallocx macro
H A Djemalloc_mangle_jet.h29 # define sallocx jet_sallocx macro
H A Djemalloc.h89 # define je_sallocx sallocx
418 # define sallocx je_sallocx macro
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dzero.c13 for (sz = sallocx(s, 0); sz <= sz_max;
14 sz_prev = sz, sz = sallocx(s, 0)) {
H A Djunk.c73 for (sz = sallocx(s, 0); sz <= sz_max;
74 sz_prev = sz, sz = sallocx(s, 0)) {
99 assert_zu_ge(sallocx(t, 0), sz+1,
H A Dprof_reset.c255 sz = sallocx(p, 0);
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h18 #define je_sallocx JEMALLOC_N(sallocx)
/netbsd-current/external/bsd/jemalloc/dist/test/integration/
H A Drallocx.c54 szs[0] = sallocx(p, 0);
62 szs[j] = sallocx(q, 0);
73 tsz = sallocx(q, 0);
117 psz = sallocx(p, 0);
128 qsz = sallocx(q, 0);
192 sz = sallocx(q, 0);
H A Dmallocx.c128 rsz = sallocx(p, 0);
130 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch");
144 rsz = sallocx(p, 0);
145 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() rsize mismatch");
190 rsz = sallocx(ps[i], 0);
195 "nallocx()/sallocx() size mismatch for "
H A Dxallocx.c27 sz = sallocx(p, 0);
42 sz = sallocx(p, 0);
57 sz = sallocx(p, 0);
/netbsd-current/external/bsd/jemalloc/lib/
H A Djemalloc_stub.c56 sallocx(const void *p, int f) function
/netbsd-current/external/bsd/jemalloc/dist/test/stress/
H A Dmicrobench.c124 if (sallocx(p, 0) < 1) {
125 test_fail("Unexpected sallocx() failure");
132 malloc_mus_free, "sallocx", malloc_sallocx_free);
152 compare_funcs(10*1000*1000, 100*1000*1000, "sallocx",
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Djemalloc.c31 __weak_alias(sallocx, __je_sallocx)
2933 LOG("core.sallocx.entry", "ptr: %p, flags: %d", ptr, flags);
2950 LOG("core.sallocx.exit", "result: %zu", usize);

Completed in 274 milliseconds