Searched refs:PrimaryAllocator (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_allocator.h | 124 SizeClassMap, AsanMapUnmapCallback> PrimaryAllocator; typedef 137 AsanMapUnmapCallback> PrimaryAllocator; typedef 140 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; 142 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
|
D | asan_allocator.cc | 351 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) { in Allocate()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 40 CompactSizeClassMap> PrimaryAllocator; typedef 41 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; 43 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
|
D | sanitizer_allocator_test.cc | 411 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache> 414 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator> in TestCombinedAllocator()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_allocator.cc | 43 PrimaryAllocator; typedef 49 sizeof(ChunkMetadata), DefaultSizeClassMap> PrimaryAllocator; typedef 51 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; 53 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.cc | 51 MsanMapUnmapCallback> PrimaryAllocator; typedef 60 MsanMapUnmapCallback> PrimaryAllocator; typedef 62 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; 64 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 67 MapUnmapCallback> PrimaryAllocator; typedef 70 DefaultSizeClassMap, MapUnmapCallback> PrimaryAllocator; typedef 72 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; 74 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache, 758 return kHeapMemEnd + PrimaryAllocator::AdditionalSize(); in HeapEnd()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 1260 template <class PrimaryAllocator, class AllocatorCache, 1438 PrimaryAllocator primary_;
|