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
72 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
79 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
87 INTERCEPTOR(void*, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() function
95 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
100 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
109 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
115 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
130 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
136 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
141 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
146 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
152 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() function
158 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() function