Searched refs:CombinedAllocator (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h45 typedef CombinedAllocator<PrimaryInternalAllocator, InternalAllocatorCache,
H A Dsanitizer_allocator.h1267 class CombinedAllocator { class in namespace:__sanitizer
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.h147 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/freebsd-11.0-release/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc53 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc89 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h75 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,

Completed in 110 milliseconds