Lines Matching defs:INTERCEPTOR
122 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
132 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
140 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
149 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
158 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
169 INTERCEPTOR(void*, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() function
177 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
182 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
191 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
197 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
212 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
218 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
223 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
230 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
236 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() function
242 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() function