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

  /external/compiler-rt/lib/asan/
asan_allocator.h 131 SizeClassMap, AsanMapUnmapCallback> PrimaryAllocator;
144 AsanMapUnmapCallback> PrimaryAllocator;
148 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
150 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 42 CompactSizeClassMap> PrimaryAllocator;
43 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
45 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
sanitizer_allocator_test.cc 421 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
424 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,
804 return HeapMemEnd() + PrimaryAllocator::AdditionalSize();
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 39 PrimaryAllocator;
40 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
42 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 282 milliseconds