Lines Matching refs:INTERCEPTOR
54 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
60 INTERCEPTOR(void, free, void *p) { in INTERCEPTOR() function
65 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
86 INTERCEPTOR(void*, realloc, void *q, uptr size) { in INTERCEPTOR() function
92 INTERCEPTOR(void*, reallocarray, void *q, uptr nmemb, uptr size) { in INTERCEPTOR() function
98 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
104 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
112 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
123 INTERCEPTOR(void *, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
136 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() function
147 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
162 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
169 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
179 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() function
190 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free));
197 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) { in INTERCEPTOR() function
201 INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) { in INTERCEPTOR() function
205 INTERCEPTOR(int, mprobe, void *ptr) { in INTERCEPTOR() function
296 INTERCEPTOR(void *, _Znwm, size_t size) in INTERCEPTOR() function
298 INTERCEPTOR(void *, _Znam, size_t size) in INTERCEPTOR() function
300 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) in INTERCEPTOR() function
302 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) in INTERCEPTOR() function
305 INTERCEPTOR(void, _ZdlPv, void *ptr) in INTERCEPTOR() function
307 INTERCEPTOR(void, _ZdaPv, void *ptr) in INTERCEPTOR() function
309 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) in INTERCEPTOR() function
311 INTERCEPTOR(void, _ZdaPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) in INTERCEPTOR() function
336 INTERCEPTOR(void, _lwp_exit) { in INTERCEPTOR() function
347 INTERCEPTOR(void, thr_exit, tid_t *state) { in INTERCEPTOR() function
358 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() function
369 INTERCEPTOR(int, atexit, void (*f)()) { in INTERCEPTOR() function
384 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), in INTERCEPTOR() function
397 INTERCEPTOR(char *, strerror, int errnum) { in INTERCEPTOR() function
435 INTERCEPTOR(int, pthread_create, void *th, void *attr, in INTERCEPTOR() function
473 INTERCEPTOR(int, pthread_join, void *th, void **ret) { in INTERCEPTOR() function
482 INTERCEPTOR(int, pthread_detach, void *th) { in INTERCEPTOR() function
491 INTERCEPTOR(void, _exit, int status) { in INTERCEPTOR() function