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

/external/compiler-rt/lib/asan/
H A Dasan_allocator.h111 SizeClassMap, AsanMapUnmapCallback> PrimaryAllocator; typedef in namespace:__asan
124 AsanMapUnmapCallback> PrimaryAllocator; typedef in namespace:__asan
127 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
129 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc40 CompactSizeClassMap> PrimaryAllocator; typedef in namespace:__anon19634
41 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
43 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc39 sizeof(ChunkMetadata), DefaultSizeClassMap> PrimaryAllocator; typedef in namespace:__lsan
40 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
42 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc50 MsanMapUnmapCallback> PrimaryAllocator; typedef in namespace:__msan
51 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
53 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h65 DefaultSizeClassMap, MapUnmapCallback> PrimaryAllocator; typedef in namespace:__tsan
66 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
68 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,

Completed in 185 milliseconds