Lines Matching defs:INTERCEPTOR

71 INTERCEPTOR(void*, malloc, uptr size) {  in INTERCEPTOR()  function
79 INTERCEPTOR(void, free, void *p) { in INTERCEPTOR() function
86 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
94 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
102 INTERCEPTOR(void*, reallocarray, void *q, uptr nmemb, uptr size) { in INTERCEPTOR() function
108 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
114 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
122 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
133 INTERCEPTOR(void *, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
146 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() function
157 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
172 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
179 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
189 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() function
207 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) { in INTERCEPTOR() function
211 INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) { in INTERCEPTOR() function
215 INTERCEPTOR(int, mprobe, void *ptr) { in INTERCEPTOR() function
306 INTERCEPTOR(void *, _Znwm, size_t size) in INTERCEPTOR() function
308 INTERCEPTOR(void *, _Znam, size_t size) in INTERCEPTOR() function
310 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) in INTERCEPTOR() function
312 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) in INTERCEPTOR() function
315 INTERCEPTOR(void, _ZdlPv, void *ptr) in INTERCEPTOR() function
317 INTERCEPTOR(void, _ZdaPv, void *ptr) in INTERCEPTOR() function
319 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) in INTERCEPTOR() function
321 INTERCEPTOR(void, _ZdaPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) in INTERCEPTOR() function
346 INTERCEPTOR(void, _lwp_exit) { in INTERCEPTOR() function
357 INTERCEPTOR(void, thr_exit, tid_t *state) { in INTERCEPTOR() function
368 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() function
379 INTERCEPTOR(int, atexit, void (*f)()) { in INTERCEPTOR() function
394 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), in INTERCEPTOR() function
407 INTERCEPTOR(char *, strerror, int errnum) { in INTERCEPTOR() function
445 INTERCEPTOR(int, pthread_create, void *th, void *attr, in INTERCEPTOR() function
482 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
488 INTERCEPTOR(void, _exit, int status) { in INTERCEPTOR() function