Home
last modified time | relevance | path

Searched refs:setFillContents (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc269 SCUDO_ALLOCATOR.setFillContents(zero_contents ? scudo::ZeroFill
276 SCUDO_ALLOCATOR.setFillContents(
H A Dcombined.h884 void setFillContents(FillContentsMode FillContents) { in setFillContents() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp218 Allocator->setFillContents(scudo::ZeroFill); in SCUDO_TYPED_TEST()
238 Allocator->setFillContents(scudo::PatternOrZeroFill); in SCUDO_TYPED_TEST()