Searched defs:SecondaryAllocator (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_allocator.h128 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator; typedef in namespace:__asan
130 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc42 typedef LargeMmapAllocator<> SecondaryAllocator; typedef in namespace:__anon19634
44 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc41 typedef LargeMmapAllocator<> SecondaryAllocator; typedef in namespace:__lsan
43 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc52 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator; typedef in namespace:__msan
54 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h67 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator; typedef in namespace:__tsan
69 SecondaryAllocator> Allocator;

Completed in 153 milliseconds