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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h51 #define __libc_malloc __malloc macro
55 extern "C" void *__libc_malloc(uptr size);
H A Dtsan_new_delete.cc27 #define __libc_malloc REAL(malloc) macro
33 return __libc_malloc(size); \
H A Dtsan_interceptors.cc47 #define __libc_malloc REAL(malloc)
53 #define __libc_malloc REAL(malloc)
416 AtExitCtx *ctx = (AtExitCtx*)__libc_malloc(sizeof(AtExitCtx));
442 AtExitCtx *ctx = (AtExitCtx*)__libc_malloc(sizeof(AtExitCtx));
592 return __libc_malloc(size);
/external/boringssl/src/crypto/test/
H A Dmalloc.cc62 extern void *__libc_malloc(size_t size);
127 return __libc_malloc(size);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc24 extern "C" void *__libc_malloc(uptr size);
26 # define LIBC_MALLOC __libc_malloc
/external/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc18 extern "C" void *__libc_malloc(uptr size);

Completed in 58 milliseconds