Lines Matching defs:INTERCEPTOR
37 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
45 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
53 INTERCEPTOR(void *, malloc, uptr size) { in INTERCEPTOR() function
61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
69 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
78 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() function
86 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
91 INTERCEPTOR(void *, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
100 INTERCEPTOR(void *, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
106 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
119 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
125 INTERCEPTOR(int, mallopt, int cmd, int value) { return 0; } in INTERCEPTOR() function
128 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
133 INTERCEPTOR(void *, valloc, uptr size) { in INTERCEPTOR() function
139 INTERCEPTOR(void *, pvalloc, uptr size) { in INTERCEPTOR() function
145 INTERCEPTOR(void, malloc_stats, void) { __memprof_print_accumulated_stats(); } in INTERCEPTOR() function