Lines Matching refs:INTERCEPT_FUNCTION

127 #define LSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
140 #define LSAN_MAYBE_INTERCEPT___LIBC_MEMALIGN INTERCEPT_FUNCTION(__libc_memalign)
151 #define LSAN_MAYBE_INTERCEPT_ALIGNED_ALLOC INTERCEPT_FUNCTION(aligned_alloc)
162 INTERCEPT_FUNCTION(malloc_usable_size)
177 #define LSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
182 #define LSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
194 #define LSAN_MAYBE_INTERCEPT_PVALLOC INTERCEPT_FUNCTION(pvalloc)
201 #define LSAN_MAYBE_INTERCEPT_CFREE INTERCEPT_FUNCTION(cfree)
351 #define LSAN_MAYBE_INTERCEPT__LWP_EXIT INTERCEPT_FUNCTION(_lwp_exit)
362 #define LSAN_MAYBE_INTERCEPT_THR_EXIT INTERCEPT_FUNCTION(thr_exit)
373 #define LSAN_MAYBE_INTERCEPT___CXA_ATEXIT INTERCEPT_FUNCTION(__cxa_atexit)
383 #define LSAN_MAYBE_INTERCEPT_ATEXIT INTERCEPT_FUNCTION(atexit)
401 #define LSAN_MAYBE_INTERCEPT_PTHREAD_ATFORK INTERCEPT_FUNCTION(pthread_atfork)
411 #define LSAN_MAYBE_INTERCEPT_STRERROR INTERCEPT_FUNCTION(strerror)
493 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name)
505 INTERCEPT_FUNCTION(malloc); in InitializeInterceptors()
506 INTERCEPT_FUNCTION(free); in InitializeInterceptors()
508 INTERCEPT_FUNCTION(calloc); in InitializeInterceptors()
509 INTERCEPT_FUNCTION(realloc); in InitializeInterceptors()
513 INTERCEPT_FUNCTION(posix_memalign); in InitializeInterceptors()
514 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors()
519 INTERCEPT_FUNCTION(pthread_create); in InitializeInterceptors()
520 INTERCEPT_FUNCTION(pthread_join); in InitializeInterceptors()
521 INTERCEPT_FUNCTION(_exit); in InitializeInterceptors()