Lines Matching defs:INTERCEPTOR
49 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
57 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
65 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
73 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
81 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
90 INTERCEPTOR(void*, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() function
98 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
103 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
112 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
118 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
133 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
139 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
144 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
149 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
155 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() function
161 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() function