Searched refs:InternalAlloc (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h48 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = nullptr);
60 return InternalAlloc(size);
H A Dsanitizer_symbolizer.cc44 void *mem = InternalAlloc(sizeof(SymbolizedStack));
H A Dsanitizer_allocator.cc92 void *InternalAlloc(uptr size, InternalAllocatorCache *cache) { function in namespace:__sanitizer
H A Dsanitizer_suppressions.cc132 s.templ = (char*)InternalAlloc(end2 - line + 1);
H A Dsanitizer_libc.cc109 char *s2 = (char*)InternalAlloc(len + 1);
117 char *s2 = (char*)InternalAlloc(len + 1);
H A Dsanitizer_addrhashmap.h256 add = (AddBucket*)InternalAlloc(kInitSize);
266 AddBucket *add1 = (AddBucket*)InternalAlloc(newsize);
H A Dsanitizer_symbolizer_libcdep.cc22 *result = (char*)InternalAlloc(prefix_len + 1);
55 *result = (char *)InternalAlloc(prefix_len + 1);
H A Dsanitizer_deadlock_detector1.cc81 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt));
H A Dsanitizer_symbolizer_libbacktrace.cc56 char *buf = (char *)InternalAlloc(data->allocated);
H A Dsanitizer_symbolizer_posix_libcdep.cc346 char *res_buff = static_cast<char*>(InternalAlloc(res_length));
H A Dsanitizer_common.cc352 void *mem = InternalAlloc(sizeof(AddressRange));
H A Dsanitizer_deadlock_detector2.cc141 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(
H A Dsanitizer_common_interceptors.inc5126 (WrappedCookie *)InternalAlloc(sizeof(WrappedCookie));
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc36 return InternalAlloc(sz);
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc190 return InternalAlloc(sz, &thr->internal_alloc_cache);
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc39 thr = (Thread*)InternalAlloc(sizeof(*thr));
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc1312 (MSanAtExitRecord *)InternalAlloc(sizeof(MSanAtExitRecord));

Completed in 125 milliseconds