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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h48 void *InternalCalloc(uptr count, uptr size,
H A Dsanitizer_allocator.cpp185 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { function in namespace:__sanitizer
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp39 if (in_symbolizer()) return InternalCalloc(count, size); \
H A Dtsan_interceptors_posix.cpp665 return InternalCalloc(size, n);

Completed in 108 milliseconds