Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_new_delete.cpp27 void *res = hwasan_malloc(size, &stack); \
HDhwasan.h127 void *hwasan_malloc(uptr size, StackTrace *stack);
HDhwasan_allocation_functions.cpp152 return hwasan_malloc(size, &stack); in __sanitizer_malloc()
HDhwasan_allocator.cpp451 void *hwasan_malloc(uptr size, StackTrace *stack) { in hwasan_malloc() function