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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_internal.h 61 void *InternalCalloc(uptr countr, uptr size,
sanitizer_allocator.cc 174 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_malloc_mac.cc 40 if (cur_thread()->in_symbolizer) return InternalCalloc(count, size); \
tsan_interceptors.cc 691 return InternalCalloc(size, n);

Completed in 18 milliseconds