HomeSort by: relevance | last modified time | path
    Searched refs:user_calloc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_malloc_mac.cc 42 void *p = user_calloc(thr, pc, size, count)
tsan_mman.h 36 void *user_calloc(ThreadState *thr, uptr pc, uptr sz, uptr n);
tsan_mman.cc 192 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { function in namespace:__tsan
tsan_interceptors.cc 695 p = user_calloc(thr, pc, size, n);

Completed in 16 milliseconds