Searched refs:hwasan_aligned_alloc (Results 1 – 3 of 3) sorted by relevance
133 void *hwasan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack);
59 return hwasan_aligned_alloc(alignment, size, &stack); in __sanitizer_aligned_alloc()
497 void *hwasan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack) { in hwasan_aligned_alloc() function