Searched refs:hwasan_free (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp53 if (ptr) hwasan_free(ptr, &stack)
H A Dhwasan.h93 void hwasan_free(void *ptr, StackTrace *stack);
H A Dhwasan_interceptors.cpp110 hwasan_free(ptr, &stack);
116 hwasan_free(ptr, &stack);
H A Dhwasan_allocator.cpp370 void hwasan_free(void *ptr, StackTrace *stack) { function in namespace:__hwasan

Completed in 88 milliseconds