Lines Matching refs:INTERCEPTOR
51 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
57 INTERCEPTOR(void, free, void *p) { in INTERCEPTOR() function
62 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
81 INTERCEPTOR(void*, realloc, void *q, uptr size) { in INTERCEPTOR() function
87 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
93 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() function
99 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
107 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
115 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
124 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
130 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
134 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() function
146 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free));
179 INTERCEPTOR(void *, __libc_memalign, uptr align, uptr s)
224 INTERCEPTOR(int, pthread_create, void *th, void *attr, in INTERCEPTOR() function
253 INTERCEPTOR(int, pthread_join, void *th, void **ret) { in INTERCEPTOR() function