HomeSort by relevance Sort by last modified time
    Searched refs:DECLARE_REAL_AND_INTERCEPTOR (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/interception/
interception.h 51 // 3b) add DECLARE_REAL_AND_INTERCEPTOR(int, foo, const char*, double)
167 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 137 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr)
138 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *)
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 109 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr size)
110 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
    [all...]

Completed in 125 milliseconds