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

  /external/compiler-rt/lib/asan/
asan_allocator.h 128 SizeClassMap, AsanMapUnmapCallback> PrimaryAllocator;
141 AsanMapUnmapCallback> PrimaryAllocator;
145 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
147 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
asan_allocator.cc 351 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) {
  /external/compiler-rt/lib/msan/
msan_allocator.cc 51 MsanMapUnmapCallback> PrimaryAllocator;
65 MsanMapUnmapCallback> PrimaryAllocator;
75 MsanMapUnmapCallback> PrimaryAllocator;
85 MsanMapUnmapCallback> PrimaryAllocator;
87 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
89 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 413 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
416 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 43 PrimaryAllocator;
49 sizeof(ChunkMetadata), DefaultSizeClassMap> PrimaryAllocator;
51 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
53 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 67 MapUnmapCallback> PrimaryAllocator;
71 DefaultSizeClassMap, MapUnmapCallback> PrimaryAllocator;
73 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
75 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
765 return HeapMemEnd() + PrimaryAllocator::AdditionalSize();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 1491 milliseconds