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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc 110 // LowLevelAllocator
113 void *LowLevelAllocator::Allocate(uptr size) {
sanitizer_flags.cc 107 static LowLevelAllocator allocator_for_flags;
sanitizer_common.h 92 // constructor, so all instances of LowLevelAllocator should be
94 class LowLevelAllocator {
103 // Allows to register tool-specific callbacks for LowLevelAllocator.
sanitizer_symbolizer_libcdep.cc 181 static LowLevelAllocator symbolizer_allocator; // Linker initialized.
  /external/compiler-rt/lib/asan/
asan_globals.cc 36 static LowLevelAllocator allocator_for_globals;
asan_mac.cc 107 LowLevelAllocator allocator_for_env;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 21 static LowLevelAllocator tctx_allocator;

Completed in 301 milliseconds