Searched refs:PrimaryAllocator (Results 1 - 9 of 9) sorted by relevance

/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,
H A Dasan_allocator.cc351 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) {
/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/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,
H A Dsanitizer_allocator_test.cc421 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
424 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
/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/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();
/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/sanitizer_common/
H A Dsanitizer_allocator.h1285 // PrimaryAllocator is efficient, but may not allocate some sizes (alignments).
1287 // PrimaryAllocator is used via a local AllocatorCache.
1289 template <class PrimaryAllocator, class AllocatorCache,
1467 PrimaryAllocator primary_;

Completed in 139 milliseconds