| asan_malloc_linux.cc | 190 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { 249 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugK 257 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugL 267 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 271 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
|