Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h129 void *hwasan_realloc(void *ptr, uptr size, StackTrace *stack);
H A Dhwasan_allocation_functions.cpp136 return hwasan_realloc(ptr, size, &stack); in __sanitizer_realloc()
H A Dhwasan_allocator.cpp459 void *hwasan_realloc(void *ptr, uptr size, StackTrace *stack) { in hwasan_realloc() function
476 return hwasan_realloc(ptr, nmemb * size, stack); in hwasan_reallocarray()