Searched refs:asan_aligned_alloc (Results 1 – 3 of 3) sorted by relevance
114 return asan_aligned_alloc(boundary, size, &stack); in INTERCEPTOR()
220 void *asan_aligned_alloc(uptr alignment, uptr size, BufferedStackTrace *stack);
1016 void *asan_aligned_alloc(uptr alignment, uptr size, BufferedStackTrace *stack) { in asan_aligned_alloc() function