Searched refs:user_calloc (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mman.h | 32 void *user_calloc(ThreadState *thr, uptr pc, uptr sz, uptr n);
|
D | tsan_malloc_mac.cc | 41 void *p = user_calloc(thr, pc, size, count)
|
D | tsan_mman.cc | 162 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { in user_calloc() function
|
D | tsan_interceptors.cc | 609 p = user_calloc(thr, pc, size, n); in TSAN_INTERCEPTOR()
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mman_test.cc | 150 EXPECT_DEATH(p = user_calloc(thr, pc, kArraySize, kArraySize2), in TEST()
|