Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_new_delete.cpp27 void *res = hwasan_malloc(size, &stack);\
Dhwasan_interceptors.cpp155 new_ptr = hwasan_malloc(copy_size, &stack); in __sanitizer_realloc()
175 return hwasan_malloc(size, &stack); in __sanitizer_malloc()
Dhwasan.h82 void *hwasan_malloc(uptr size, StackTrace *stack);
Dhwasan_allocator.cpp290 void *hwasan_malloc(uptr size, StackTrace *stack) { in hwasan_malloc() function