HomeSort by: relevance | last modified time | path
    Searched defs:PrimaryAllocator (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.h 75 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
97 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 164 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
191 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 52 typedef SizeClassAllocator64<__AP64> PrimaryAllocator;
53 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
55 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 65 typedef SizeClassAllocator32<AP32> PrimaryAllocator;
85 typedef SizeClassAllocator64<AP64> PrimaryAllocator;
100 typedef SizeClassAllocator64<AP64> PrimaryAllocator;
118 typedef SizeClassAllocator32<AP32> PrimaryAllocator;
120 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
122 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 75 typedef SizeClassAllocator32<AP32> PrimaryAllocator;
86 typedef SizeClassAllocator64<AP64> PrimaryAllocator;
88 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
90 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
867 return HeapMemEnd() + PrimaryAllocator::AdditionalSize();

Completed in 15 milliseconds