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 27 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)
asan_interceptors.cc 102 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr)
103 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *)
  /external/compiler-rt/lib/interception/
interception.h 51 // 3b) add DECLARE_REAL_AND_INTERCEPTOR(int, foo, const char*, double)
173 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \

Completed in 170 milliseconds