HomeSort by relevance Sort by last modified time
    Searched refs:user_calloc (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_malloc_mac.cc 41 void *p = user_calloc(thr, pc, size, count)
tsan_mman.h 32 void *user_calloc(ThreadState *thr, uptr pc, uptr sz, uptr n);
tsan_mman.cc 162 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { function in namespace:__tsan
tsan_interceptors.cc 609 p = user_calloc(thr, pc, size, n);
    [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc 150 EXPECT_DEATH(p = user_calloc(thr, pc, kArraySize, kArraySize2),

Completed in 68 milliseconds