Lines Matching refs:INTERCEPTOR
106 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
116 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
124 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
133 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
142 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
153 INTERCEPTOR(void*, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() function
161 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
166 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
175 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
181 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
196 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
202 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
207 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
214 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
220 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() function
226 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() function