HomeSort by: relevance | last modified time | path
    Searched refs:SizeClassAllocator32 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_internal.h 45 typedef SizeClassAllocator32<AP32> PrimaryInternalAllocator;
sanitizer_allocator_primary32.h 19 // SizeClassAllocator32 -- allocator for 32-bit address space.
49 class SizeClassAllocator32 {
112 typedef SizeClassAllocator32<Params> ThisT;
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.h 74 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView>>;
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 65 typedef SizeClassAllocator32<AP32> PrimaryAllocator;
118 typedef SizeClassAllocator32<AP32> PrimaryAllocator;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 165 #else // Fallback to SizeClassAllocator32.
190 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView> >;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 163 SizeClassAllocator32<AP32Compact<AddressSpaceView>>;
310 SizeClassAllocator32<AP32SeparateBatches<AddressSpaceView>>;
486 typedef SizeClassAllocator32<AP32WithCallback<>> Allocator32WithCallBack;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 75 typedef SizeClassAllocator32<AP32> PrimaryAllocator;

Completed in 17 milliseconds