HomeSort by relevance Sort by last modified time
    Searched defs:__libc_malloc (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.h 51 #define __libc_malloc __malloc macro
55 extern "C" void *__libc_malloc(uptr size);
tsan_new_delete.cc 27 #define __libc_malloc REAL(malloc) macro
33 return __libc_malloc(size); \

Completed in 226 milliseconds