Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_allocator.cc110 static void *MsanAllocate(StackTrace *stack, uptr size, uptr alignment, in MsanAllocate() function
180 return MsanAllocate(stack, new_size, alignment, zeroise); in MsanReallocate()
203 void *new_p = MsanAllocate(stack, new_size, alignment, zeroise); in MsanReallocate()