OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrimaryAllocator
(Results
1 - 8
of
8
) sorted by null
/external/compiler-rt/lib/msan/
msan_allocator.cc
30
DefaultSizeClassMap>
PrimaryAllocator
;
31
typedef SizeClassAllocatorLocalCache<
PrimaryAllocator
> AllocatorCache;
33
typedef CombinedAllocator<
PrimaryAllocator
, AllocatorCache,
/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
407
<class
PrimaryAllocator
, class SecondaryAllocator, class AllocatorCache>
410
CombinedAllocator<
PrimaryAllocator
, AllocatorCache, SecondaryAllocator>
/external/compiler-rt/lib/lsan/
lsan_allocator.cc
37
sizeof(ChunkMetadata), CompactSizeClassMap>
PrimaryAllocator
;
38
typedef SizeClassAllocatorLocalCache<
PrimaryAllocator
> AllocatorCache;
40
typedef CombinedAllocator<
PrimaryAllocator
, AllocatorCache,
/external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc
80
// Here we ask only
PrimaryAllocator
, because
83
if (
PrimaryAllocator
::PointerIsMine((void*)addr)) {
148
if (
PrimaryAllocator
::PointerIsMine((void*)addr)) {
tsan_rtl.h
131
DefaultSizeClassMap, MapUnmapCallback>
PrimaryAllocator
;
132
typedef SizeClassAllocatorLocalCache<
PrimaryAllocator
> AllocatorCache;
134
typedef CombinedAllocator<
PrimaryAllocator
, AllocatorCache,
/external/compiler-rt/lib/asan/
asan_allocator2.cc
68
SizeClassMap, AsanMapUnmapCallback>
PrimaryAllocator
;
77
AsanMapUnmapCallback>
PrimaryAllocator
;
80
typedef SizeClassAllocatorLocalCache<
PrimaryAllocator
> AllocatorCache;
82
typedef CombinedAllocator<
PrimaryAllocator
, AllocatorCache,
340
if (!
PrimaryAllocator
::CanAllocate(needed_size, alignment)) {
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h
[
all
...]
Completed in 72 milliseconds