Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_allocator.cc49 uptr alignment, bool zeroise) { in MsanAllocate() argument
54 if (zeroise) in MsanAllocate()
81 uptr alignment, bool zeroise) { in MsanReallocate() argument
83 return MsanAllocate(stack, new_size, alignment, zeroise); in MsanReallocate()
99 void *new_p = MsanAllocate(stack, new_size, alignment, zeroise); in MsanReallocate()
Dmsan.h45 uptr alignment, bool zeroise);