D | asan_malloc_linux.cc | 88 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument 158 void *(*memalign)(uptr alignment, uptr bytes); member 168 void *(*memalign)(uptr alignment, uptr bytes); member 177 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 181 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
|