OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrimaryAllocator
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h
19
//
PrimaryAllocator
is efficient, but may not allocate some sizes (alignments).
21
//
PrimaryAllocator
is used via a local AllocatorCache.
23
template <class
PrimaryAllocator
, class AllocatorCache,
30
typename
PrimaryAllocator
::AddressSpaceView>::value,
31
"
PrimaryAllocator
is using wrong AddressSpaceView");
202
PrimaryAllocator
primary_;
/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,
sanitizer_allocator_test.cc
624
<class
PrimaryAllocator
, class SecondaryAllocator, class AllocatorCache>
627
CombinedAllocator<
PrimaryAllocator
, AllocatorCache, SecondaryAllocator>
/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/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>;
asan_allocator.cc
434
if (!
PrimaryAllocator
::CanAllocate(needed_size, alignment)) {
/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 16 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025