Home
last modified time | relevance | path

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

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