Searched refs:hwasan_malloc (Results 1 – 4 of 4) sorted by relevance
27 void *res = hwasan_malloc(size, &stack); \
113 void *hwasan_malloc(uptr size, StackTrace *stack);
141 return hwasan_malloc(size, &stack); in __sanitizer_malloc()
366 void *hwasan_malloc(uptr size, StackTrace *stack) { in hwasan_malloc() function