Home
last modified time | relevance | path

Searched refs:xallocx (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/test/integration/
H A Dxallocx.c35 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
51 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
67 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
161 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
165 assert_zu_le(xallocx(p, hugemax, 0, 0), hugemax, in TEST_BEGIN()
193 assert_zu_le(xallocx(p, hugemax, 1, 0), hugemax, in TEST_BEGIN()
223 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
226 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
325 assert_zu_eq(xallocx(p, huge3, 0, flags), huge3, in TEST_BEGIN()
437 assert_zu_eq(xallocx(p, sz, 0, flags), sz, in test_zero()
[all …]
H A Dchunk.c193 xallocx_success_a = (xallocx(p, huge0, 0, flags) == huge0); in TEST_BEGIN()
214 xallocx_success_b = (xallocx(p, huge0, 0, flags) == huge0); in TEST_BEGIN()
219 xallocx_success_c = (xallocx(p, huge0 * 2, 0, flags) == huge0 * 2); in TEST_BEGIN()
237 assert_zu_eq(xallocx(p, huge1, 0, flags), huge1, in TEST_BEGIN()
250 assert_zu_eq(xallocx(p, large0, 0, flags), large0, in TEST_BEGIN()
255 assert_zu_eq(xallocx(p, large1, 0, flags), large1, in TEST_BEGIN()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys-0.4.1+5.2.1-patched/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jemalloc-5.2.1/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
59 tsz = xallocx(p, sz + 5, 0, 0); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
230 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
264 if (xallocx(p, large3, 0, flags) != large3) { in TEST_BEGIN()
337 if (xallocx(p, sz, 0, flags) != sz) { in test_zero()
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dxallocx.c29 tsz = xallocx(p, sz, 0, 0);
44 tsz = xallocx(p, sz, sz-42, 0);
59 tsz = xallocx(p, sz + 5, 0, 0);
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0,
132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax,
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
230 if (xallocx(p, large3, 0, flags) != large3) {
264 if (xallocx(p, large3, 0, flags) != large3) {
337 if (xallocx(p, sz, 0, flags) != sz) {
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/port/
H A Djemalloc_helper.h45 extern "C" size_t xallocx(void*, size_t, size_t, int) __attribute__((__weak__));
68 return mallocx != nullptr && rallocx != nullptr && xallocx != nullptr && in HasJemalloc()

12345678910>>...18