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

  /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/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 40 CompactSizeClassMap> PrimaryAllocator;
41 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
43 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 67 SizeClassMap, AsanMapUnmapCallback> PrimaryAllocator;
72 SizeClassMap, AsanMapUnmapCallback> PrimaryAllocator;
75 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
77 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
328 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 129 DefaultSizeClassMap, MapUnmapCallback> PrimaryAllocator;
130 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
132 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,

Completed in 147 milliseconds