OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CombinedAllocator
(Results
1 - 8
of
8
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h
54
typedef
CombinedAllocator
<PrimaryInternalAllocator, InternalAllocatorCache,
sanitizer_allocator.h
[
all
...]
/external/compiler-rt/lib/msan/
msan_allocator.cc
33
typedef
CombinedAllocator
<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc
9
// Malloc replacement library based on
CombinedAllocator
.
11
// for
CombinedAllocator
.
43
typedef
CombinedAllocator
<PrimaryAllocator, AllocatorCache,
sanitizer_allocator_test.cc
410
CombinedAllocator
<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
/external/compiler-rt/lib/lsan/
lsan_allocator.cc
40
typedef
CombinedAllocator
<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h
134
typedef
CombinedAllocator
<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/asan/
asan_allocator2.cc
82
typedef
CombinedAllocator
<PrimaryAllocator, AllocatorCache,
Completed in 32 milliseconds