Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_internal.h48 void *InternalCalloc(uptr count, uptr size,
HDsanitizer_allocator_dlsym.h43 void *ptr = InternalCalloc(nmemb, size); in Callocate()
HDsanitizer_allocator.cpp112 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { in InternalCalloc() function
/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_malloc_mac.cpp50 if (in_symbolizer()) return InternalCalloc(count, size); \
HDtsan_interceptors_posix.cpp683 return InternalCalloc(size, n); in TSAN_INTERCEPTOR()