Searched defs:zeroise (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc111 bool zeroise) {
130 if (zeroise) {
178 uptr alignment, bool zeroise) {
180 return MsanAllocate(stack, new_size, alignment, zeroise);
192 if (zeroise) {
203 void *new_p = MsanAllocate(stack, new_size, alignment, zeroise);
110 MsanAllocate(StackTrace *stack, uptr size, uptr alignment, bool zeroise) argument
177 MsanReallocate(StackTrace *stack, void *old_p, uptr new_size, uptr alignment, bool zeroise) argument

Completed in 54 milliseconds