Home
last modified time | relevance | path

Searched refs:InternalCalloc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h61 void *InternalCalloc(uptr countr, uptr size,
H A Dsanitizer_allocator.cc174 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { in InternalCalloc() function
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cc40 if (cur_thread()->in_symbolizer) return InternalCalloc(count, size); \
H A Dtsan_interceptors.cc686 return InternalCalloc(size, n); in TSAN_INTERCEPTOR()