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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.h 33 static LibbacktraceSymbolizer *get(LowLevelAllocator *alloc);
sanitizer_symbolizer.cc 23 LowLevelAllocator Symbolizer::symbolizer_allocator_;
sanitizer_symbolizer.h 138 static LowLevelAllocator symbolizer_allocator_;
sanitizer_allocator.cc 111 // LowLevelAllocator
114 void *LowLevelAllocator::Allocate(uptr size) {
sanitizer_symbolizer_libbacktrace.cc 142 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) {
178 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) {
sanitizer_symbolizer_posix_libcdep.cc 392 LowLevelAllocator *allocator)
417 LowLevelAllocator *allocator_;
440 static InternalSymbolizer *get(LowLevelAllocator *alloc) {
490 static InternalSymbolizer *get(LowLevelAllocator *alloc) { return 0; }
sanitizer_flags.cc 204 static LowLevelAllocator allocator_for_flags;
sanitizer_common.h 114 // constructor, so all instances of LowLevelAllocator should be
116 class LowLevelAllocator {
125 // Allows to register tool-specific callbacks for LowLevelAllocator.
556 __sanitizer::LowLevelAllocator &alloc) {
  /external/compiler-rt/lib/asan/
asan_globals.cc 37 static LowLevelAllocator allocator_for_globals;
asan_mac.cc 70 LowLevelAllocator allocator_for_env;
asan_thread.cc 48 static LowLevelAllocator allocator_for_thread_context;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 24 static LowLevelAllocator tctx_allocator;

Completed in 215 milliseconds