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 111 SizeClassMap, AsanMapUnmapCallback> PrimaryAllocator;
124 AsanMapUnmapCallback> PrimaryAllocator;
127 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
129 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
asan_allocator2.cc 310 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) {
  /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 410 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
413 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 39 sizeof(ChunkMetadata), DefaultSizeClassMap> PrimaryAllocator;
40 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
42 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
  /external/compiler-rt/lib/msan/
msan_allocator.cc 50 MsanMapUnmapCallback> PrimaryAllocator;
51 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
53 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 65 DefaultSizeClassMap, MapUnmapCallback> PrimaryAllocator;
66 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
68 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 238 milliseconds