| D | lsan_interceptors.cc | 53 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function 59 INTERCEPTOR(void, free, void *p) { in INTERCEPTOR() function 64 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function 81 INTERCEPTOR(void*, realloc, void *q, uptr size) { in INTERCEPTOR() function 87 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function 93 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function 101 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() function 108 INTERCEPTOR(void *, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR() function 122 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() function 133 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function [all …]
|