Searched defs:__libc_malloc (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc34 #define __libc_malloc __malloc macro
81 extern "C" void *__libc_malloc(uptr size);
375 AtExitCtx *ctx = (AtExitCtx*)__libc_malloc(sizeof(AtExitCtx));
400 AtExitCtx *ctx = (AtExitCtx*)__libc_malloc(sizeof(AtExitCtx));
536 return __libc_malloc(size);
603 return __libc_malloc(size); \

Completed in 167 milliseconds