Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp377 static void *HwasanReallocate(StackTrace *stack, void *tagged_ptr_old, in HwasanReallocate() function
466 return SetErrnoOnNull(HwasanReallocate(stack, ptr, size, sizeof(u64))); in hwasan_realloc()