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