HomeSort by relevance Sort by last modified time
    Searched defs:PrimaryAllocator (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 40 CompactSizeClassMap> PrimaryAllocator;
41 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
43 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 37 sizeof(ChunkMetadata), CompactSizeClassMap> PrimaryAllocator;
38 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
40 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
  /external/compiler-rt/lib/msan/
msan_allocator.cc 30 DefaultSizeClassMap> PrimaryAllocator;
31 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
33 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 68 SizeClassMap, AsanMapUnmapCallback> PrimaryAllocator;
77 AsanMapUnmapCallback> PrimaryAllocator;
80 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
82 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
340 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 131 DefaultSizeClassMap, MapUnmapCallback> PrimaryAllocator;
132 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
134 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,

Completed in 1599 milliseconds