Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp268 static void *MsanReallocate(BufferedStackTrace *stack, void *old_p, in MsanReallocate() function
345 return SetErrnoOnNull(MsanReallocate(stack, ptr, size, sizeof(u64))); in msan_realloc()