Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp80 static void *DFsanAllocate(uptr size, uptr alignment, bool zeroise) { in DFsanAllocate() argument
110 if (zeroise) { in DFsanAllocate()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp155 bool zeroise) { in MsanAllocate() argument
182 if (zeroise) { in MsanAllocate()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp122 bool zeroise) { in HwasanAllocate() argument
154 if (zeroise) { in HwasanAllocate()