Searched refs:DECLARE_REAL_AND_INTERCEPTOR (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc27 DECLARE_REAL_AND_INTERCEPTOR(void*, malloc, uptr size)
28 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
29 DECLARE_REAL_AND_INTERCEPTOR(void*, calloc, uptr nmemb, uptr size)
30 DECLARE_REAL_AND_INTERCEPTOR(void*, realloc, void *ptr, uptr size)
31 DECLARE_REAL_AND_INTERCEPTOR(void*, memalign, uptr boundary, uptr size)
32 DECLARE_REAL_AND_INTERCEPTOR(uptr, malloc_usable_size, void *mem)
H A Dasan_interceptors.cc102 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr)
103 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *)
/external/compiler-rt/lib/interception/
H A Dinterception.h51 // 3b) add DECLARE_REAL_AND_INTERCEPTOR(int, foo, const char*, double)
173 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ macro

Completed in 75 milliseconds