Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp90 hwasan_free(ptr, &stack); in __sanitizer_free()
100 hwasan_free(ptr, &stack); in __sanitizer_cfree()
H A Dhwasan_new_delete.cpp41 hwasan_free(ptr, &stack)
H A Dhwasan.h137 void hwasan_free(void *ptr, StackTrace *stack);
H A Dhwasan_allocator.cpp533 void hwasan_free(void *ptr, StackTrace *stack) { in hwasan_free() function