Searched defs:PrimaryAllocator (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc42 CompactSizeClassMap> PrimaryAllocator; typedef in namespace:__anon3457
43 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
45 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/asan/
H A Dasan_allocator.h131 SizeClassMap, AsanMapUnmapCallback> PrimaryAllocator; typedef in namespace:__asan
144 AsanMapUnmapCallback> PrimaryAllocator; typedef in namespace:__asan
148 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
150 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc43 PrimaryAllocator; typedef in namespace:__lsan
49 sizeof(ChunkMetadata), DefaultSizeClassMap> PrimaryAllocator; typedef in namespace:__lsan
51 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
53 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc51 MsanMapUnmapCallback> PrimaryAllocator; typedef in namespace:__msan
65 MsanMapUnmapCallback> PrimaryAllocator; typedef in namespace:__msan
75 MsanMapUnmapCallback> PrimaryAllocator; typedef in namespace:__msan
85 MsanMapUnmapCallback> PrimaryAllocator; typedef in namespace:__msan
87 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
89 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp39 PrimaryAllocator; typedef in namespace:__scudo
40 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
42 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h67 MapUnmapCallback> PrimaryAllocator; typedef in namespace:__tsan
71 DefaultSizeClassMap, MapUnmapCallback> PrimaryAllocator; typedef in namespace:__tsan
73 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
75 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
804 return HeapMemEnd() + PrimaryAllocator::AdditionalSize();

Completed in 553 milliseconds