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/asan/
asan_malloc_linux.cc 24 DECLARE_REAL_AND_INTERCEPTOR(void*, malloc, uptr size);
25 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr);
26 DECLARE_REAL_AND_INTERCEPTOR(void*, calloc, uptr nmemb, uptr size);
27 DECLARE_REAL_AND_INTERCEPTOR(void*, realloc, void *ptr, uptr size);
28 DECLARE_REAL_AND_INTERCEPTOR(void*, memalign, uptr boundary, uptr size);
asan_mac.cc 492 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
494 DECLARE_REAL_AND_INTERCEPTOR(void, __CFInitialize)
  /external/compiler-rt/lib/interception/
interception.h 50 // 3b) add DECLARE_REAL_AND_INTERCEPTOR(int, foo, const char*, double)
130 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \

Completed in 520 milliseconds