Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp80 static void *DFsanAllocate(uptr size, uptr alignment, bool zeroise) { in DFsanAllocate() argument
116 if (zeroise) { in DFsanAllocate()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp155 bool zeroise) { in MsanAllocate() argument
187 if (zeroise) { in MsanAllocate()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp126 bool zeroise) { in HwasanAllocate() argument
163 if (zeroise) { in HwasanAllocate()