Lines Matching defs:INTERCEPTOR
104 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
114 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
122 INTERCEPTOR(void *, malloc, uptr size) { in INTERCEPTOR() function
131 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
140 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
151 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() function
159 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
164 INTERCEPTOR(void *, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
173 INTERCEPTOR(void *, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
179 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
194 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
200 INTERCEPTOR(int, mallopt, int cmd, int value) { return 0; } in INTERCEPTOR() function
203 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
210 INTERCEPTOR(void *, valloc, uptr size) { in INTERCEPTOR() function
216 INTERCEPTOR(void *, pvalloc, uptr size) { in INTERCEPTOR() function
222 INTERCEPTOR(void, malloc_stats, void) { __memprof_print_accumulated_stats(); } in INTERCEPTOR() function