Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp91 static void *DFsanAllocate(uptr size, uptr alignment, bool zeroise) { in DFsanAllocate() argument
127 if (zeroise) { in DFsanAllocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp185 bool zeroise) { in MsanAllocate() argument
220 if (zeroise) { in MsanAllocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp184 bool zeroise) { in HwasanAllocate() argument
219 if (zeroise) { in HwasanAllocate()