Searched refs:PrimaryAllocator (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/msan/ |
D | msan_allocator.cc | 51 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/ |
D | asan_allocator.h | 131 SizeClassMap, AsanMapUnmapCallback> PrimaryAllocator; typedef 144 AsanMapUnmapCallback> PrimaryAllocator; typedef 148 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; 150 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 | 42 CompactSizeClassMap> PrimaryAllocator; typedef 43 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; 45 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
|
D | sanitizer_allocator_test.cc | 421 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache> 424 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/tsan/rtl/ |
D | tsan_rtl.h | 67 MapUnmapCallback> PrimaryAllocator; typedef 71 DefaultSizeClassMap, MapUnmapCallback> PrimaryAllocator; typedef 73 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; 75 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache, 804 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()
|
/external/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 39 PrimaryAllocator; typedef 40 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; 42 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 1289 template <class PrimaryAllocator, class AllocatorCache, 1467 PrimaryAllocator primary_;
|