Home
last modified time | relevance | path

Searched refs:PrimaryAllocator (Results 201 – 225 of 267) sorted by relevance

1234567891011

/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/tsan/rtl/
H A Dtsan_rtl.h69 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
80 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
82 typedef CombinedAllocator<PrimaryAllocator> Allocator;
877 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libsanitizer/tsan/
H A Dtsan_rtl.h69 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
80 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
82 typedef CombinedAllocator<PrimaryAllocator> Allocator;
877 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()
/dports/lang/gcc11/gcc-11.2.0/libsanitizer/tsan/
H A Dtsan_rtl.h69 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
80 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
82 typedef CombinedAllocator<PrimaryAllocator> Allocator;
877 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()
/dports/lang/gcc10-devel/gcc-10-20211008/libsanitizer/tsan/
H A Dtsan_rtl.h69 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
80 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
82 typedef CombinedAllocator<PrimaryAllocator> Allocator;
875 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h69 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
80 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
82 typedef CombinedAllocator<PrimaryAllocator> Allocator;
850 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h69 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
80 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
82 typedef CombinedAllocator<PrimaryAllocator> Allocator;
850 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h69 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
80 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
82 typedef CombinedAllocator<PrimaryAllocator> Allocator;
877 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()
/dports/devel/mingw32-gcc/gcc-4.8.1/libsanitizer/tsan/
H A Dtsan_rtl.h79 DefaultSizeClassMap> PrimaryAllocator; typedef
80 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
82 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/dports/lang/gcc48/gcc-4.8.5/libsanitizer/tsan/
H A Dtsan_rtl.h79 DefaultSizeClassMap> PrimaryAllocator; typedef
80 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
82 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libsanitizer/tsan/
H A Dtsan_rtl.h132 DefaultSizeClassMap, MapUnmapCallback> PrimaryAllocator; typedef
133 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
135 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/dports/lang/gcc8/gcc-8.5.0/libsanitizer/lsan/
H A Dlsan_allocator.cc35 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libsanitizer/lsan/
H A Dlsan_allocator.cc35 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libsanitizer/lsan/
H A Dlsan_allocator.cc35 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libsanitizer/lsan/
H A Dlsan_allocator.cc35 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libsanitizer/lsan/
H A Dlsan_allocator.cc35 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/dports/devel/riscv64-gcc/gcc-8.3.0/libsanitizer/lsan/
H A Dlsan_allocator.cc35 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/dports/lang/gcc9-devel/gcc-9-20211007/libsanitizer/lsan/
H A Dlsan_allocator.cc36 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/dports/lang/gcc9/gcc-9.4.0/libsanitizer/lsan/
H A Dlsan_allocator.cc36 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/dports/lang/gcc9-aux/gcc-9.1.0/libsanitizer/lsan/
H A Dlsan_allocator.cc36 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/dports/lang/gcc48/gcc-4.8.5/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.h1034 template <class PrimaryAllocator, class AllocatorCache,
1159 PrimaryAllocator primary_;
/dports/devel/mingw32-gcc/gcc-4.8.1/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.h1034 template <class PrimaryAllocator, class AllocatorCache,
1159 PrimaryAllocator primary_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp618 template <class PrimaryAllocator>
620 typedef CombinedAllocator<PrimaryAllocator> Allocator; in TestCombinedAllocator()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc624 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
627 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator> in TestCombinedAllocator()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp618 template <class PrimaryAllocator>
620 typedef CombinedAllocator<PrimaryAllocator> Allocator; in TestCombinedAllocator()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp679 template <class PrimaryAllocator>
681 typedef CombinedAllocator<PrimaryAllocator> Allocator; in TestCombinedAllocator()

1234567891011