Home
last modified time | relevance | path

Searched refs:user_calloc (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.h32 void *user_calloc(ThreadState *thr, uptr pc, uptr sz, uptr n);
Dtsan_malloc_mac.cc41 void *p = user_calloc(thr, pc, size, count)
Dtsan_mman.cc162 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { in user_calloc() function
Dtsan_interceptors.cc609 p = user_calloc(thr, pc, size, n); in TSAN_INTERCEPTOR()
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mman_test.cc150 EXPECT_DEATH(p = user_calloc(thr, pc, kArraySize, kArraySize2), in TEST()