HomeSort by relevance Sort by last modified time
    Searched refs:CombinedAllocator (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h 45 typedef CombinedAllocator<PrimaryInternalAllocator, InternalAllocatorCache,
sanitizer_allocator.h     [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.h 150 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.
45 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
sanitizer_allocator_test.cc 424 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 53 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
  /external/compiler-rt/lib/msan/
msan_allocator.cc 89 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 42 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 75 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,

Completed in 185 milliseconds