Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h48 void *InternalCalloc(uptr count, uptr size,
H A Dsanitizer_allocator_dlsym.h43 void *ptr = InternalCalloc(nmemb, size); in Callocate()
H A Dsanitizer_allocator.cpp112 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { in InternalCalloc() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_malloc_mac.cpp39 if (in_symbolizer()) return InternalCalloc(count, size); \
H A Dtsan_interceptors_posix.cpp679 return InternalCalloc(size, n); in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp39 if (in_symbolizer()) return InternalCalloc(count, size); \
H A Dtsan_interceptors_posix.cpp684 return InternalCalloc(size, n); in TSAN_INTERCEPTOR()