Home
last modified time | relevance | path

Searched refs:PatternFillByte (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/standalone/
H A Dcommon.h185 constexpr unsigned char PatternFillByte = 0xAB; variable
H A Dsecondary.h317 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/standalone/
H A Dcommon.h185 constexpr unsigned char PatternFillByte = 0xAB; variable
H A Dsecondary.h317 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dcommon.h200 constexpr unsigned char PatternFillByte = 0xAB; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dcommon.h195 constexpr unsigned char PatternFillByte = 0xAB; variable
H A Dsecondary.h339 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/
H A Dcommon.h200 constexpr unsigned char PatternFillByte = 0xAB; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dcommon.h200 constexpr unsigned char PatternFillByte = 0xAB; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/
H A Dcommon.h195 constexpr unsigned char PatternFillByte = 0xAB; variable
H A Dsecondary.h340 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h200 constexpr unsigned char PatternFillByte = 0xAB; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dcommon.h195 constexpr unsigned char PatternFillByte = 0xAB; variable
H A Dsecondary.h339 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dcommon.h200 constexpr unsigned char PatternFillByte = 0xAB;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp152 ASSERT_EQ(V, scudo::PatternFillByte); in testAllocator()
154 ASSERT_TRUE(V == scudo::PatternFillByte || V == 0); in testAllocator()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/standalone/tests/
H A Dcombined_test.cpp152 ASSERT_EQ(V, scudo::PatternFillByte); in testAllocator()
154 ASSERT_TRUE(V == scudo::PatternFillByte || V == 0); in testAllocator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp162 ASSERT_EQ(V, scudo::PatternFillByte); in testAllocator()
164 ASSERT_TRUE(V == scudo::PatternFillByte || V == 0); in testAllocator()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp166 ASSERT_EQ(V, scudo::PatternFillByte); in testAllocator()
168 ASSERT_TRUE(V == scudo::PatternFillByte || V == 0); in testAllocator()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp166 ASSERT_EQ(V, scudo::PatternFillByte); in testAllocator()
168 ASSERT_TRUE(V == scudo::PatternFillByte || V == 0); in testAllocator()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp249 ASSERT_EQ(V, scudo::PatternFillByte); in SCUDO_TYPED_TEST()
251 ASSERT_TRUE(V == scudo::PatternFillByte || V == 0); in SCUDO_TYPED_TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp249 ASSERT_EQ(V, scudo::PatternFillByte); in SCUDO_TYPED_TEST()
251 ASSERT_TRUE(V == scudo::PatternFillByte || V == 0); in SCUDO_TYPED_TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp249 ASSERT_EQ(V, scudo::PatternFillByte); in SCUDO_TYPED_TEST()
251 ASSERT_TRUE(V == scudo::PatternFillByte || V == 0); in SCUDO_TYPED_TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp249 ASSERT_EQ(V, scudo::PatternFillByte); in SCUDO_TYPED_TEST()
251 ASSERT_TRUE(V == scudo::PatternFillByte || V == 0); in SCUDO_TYPED_TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp249 ASSERT_EQ(V, scudo::PatternFillByte); in SCUDO_TYPED_TEST()
251 ASSERT_TRUE(V == scudo::PatternFillByte || V == 0); in SCUDO_TYPED_TEST()

12