HomeSort by relevance Sort by last modified time
    Searched refs:PrimaryAllocator (Results 1 - 7 of 7) 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,
sanitizer_allocator_test.cc 343 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
346 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 80 // Here we ask only PrimaryAllocator, because
83 if (PrimaryAllocator::PointerIsMine((void*)addr)) {
147 if (PrimaryAllocator::PointerIsMine((void*)addr)) {
tsan_rtl.h 129 DefaultSizeClassMap, MapUnmapCallback> PrimaryAllocator;
130 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
132 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/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 243 milliseconds