Home
last modified time | relevance | path

Searched refs:PrimaryAllocator (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_allocator.cc51 MsanMapUnmapCallback> PrimaryAllocator; typedef
65 MsanMapUnmapCallback> PrimaryAllocator; typedef
75 MsanMapUnmapCallback> PrimaryAllocator; typedef
85 MsanMapUnmapCallback> PrimaryAllocator; typedef
87 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
89 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/asan/
Dasan_allocator.h128 SizeClassMap, AsanMapUnmapCallback> PrimaryAllocator; typedef
141 AsanMapUnmapCallback> PrimaryAllocator; typedef
145 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
147 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
Dasan_allocator.cc351 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) { in Allocate()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc40 CompactSizeClassMap> PrimaryAllocator; typedef
41 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
43 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
Dsanitizer_allocator_test.cc413 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
416 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator> in TestCombinedAllocator()
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc43 PrimaryAllocator; typedef
49 sizeof(ChunkMetadata), DefaultSizeClassMap> PrimaryAllocator; typedef
51 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
53 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h67 MapUnmapCallback> PrimaryAllocator; typedef
71 DefaultSizeClassMap, MapUnmapCallback> PrimaryAllocator; typedef
73 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
75 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
765 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1265 template <class PrimaryAllocator, class AllocatorCache,
1443 PrimaryAllocator primary_;