D | asan_malloc_linux.cc | 82 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument 152 void *(*memalign)(uptr alignment, uptr bytes); member 162 void *(*memalign)(uptr alignment, uptr bytes); member 171 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 175 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
|