Lines Matching refs:INTERCEPTOR
53 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
59 INTERCEPTOR(void, free, void *p) { in INTERCEPTOR() function
64 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
83 INTERCEPTOR(void*, realloc, void *q, uptr size) { in INTERCEPTOR() function
89 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
95 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() function
101 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
109 INTERCEPTOR(void *, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
117 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
125 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
134 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
140 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
144 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() function
156 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free));
229 INTERCEPTOR(int, pthread_create, void *th, void *attr, in INTERCEPTOR() function
266 INTERCEPTOR(int, pthread_join, void *th, void **ret) { in INTERCEPTOR() function