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