Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp27 void *res = hwasan_malloc(size, &stack); \
H A Dhwasan.h127 void *hwasan_malloc(uptr size, StackTrace *stack);
H A Dhwasan_allocation_functions.cpp152 return hwasan_malloc(size, &stack); in __sanitizer_malloc()
H A Dhwasan_allocator.cpp451 void *hwasan_malloc(uptr size, StackTrace *stack) { in hwasan_malloc() function