Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_allocator.cc111 bool zeroise) { in MsanAllocate() argument
130 if (zeroise) { in MsanAllocate()
178 uptr alignment, bool zeroise) { in MsanReallocate() argument
180 return MsanAllocate(stack, new_size, alignment, zeroise); in MsanReallocate()
192 if (zeroise) { in MsanReallocate()
203 void *new_p = MsanAllocate(stack, new_size, alignment, zeroise); in MsanReallocate()
Dmsan.h233 uptr alignment, bool zeroise);