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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.h 34 static LibbacktraceSymbolizer *get(LowLevelAllocator *alloc);
sanitizer_symbolizer_mac.h 35 explicit AtosSymbolizer(const char *path, LowLevelAllocator *allocator);
sanitizer_symbolizer_posix_libcdep.cc 278 LowLevelAllocator *allocator)
319 LowLevelAllocator *allocator_;
342 static InternalSymbolizer *get(LowLevelAllocator *alloc) {
401 static InternalSymbolizer *get(LowLevelAllocator *alloc) { return 0; }
412 static SymbolizerTool *ChooseExternalSymbolizer(LowLevelAllocator *allocator) {
461 LowLevelAllocator *allocator) {
sanitizer_flag_parser.cc 23 LowLevelAllocator FlagParser::Alloc;
sanitizer_flag_parser.h 99 static LowLevelAllocator Alloc;
sanitizer_symbolizer.cc 70 LowLevelAllocator Symbolizer::symbolizer_allocator_;
sanitizer_symbolizer.h 167 static LowLevelAllocator symbolizer_allocator_;
sanitizer_symbolizer_internal.h 120 explicit LLVMSymbolizer(const char *path, LowLevelAllocator *allocator);
sanitizer_symbolizer_libbacktrace.cc 149 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) {
180 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) {
sanitizer_symbolizer_mac.cc 132 AtosSymbolizer::AtosSymbolizer(const char *path, LowLevelAllocator *allocator)
sanitizer_allocator.cc 163 // LowLevelAllocator
166 void *LowLevelAllocator::Allocate(uptr size) {
sanitizer_symbolizer_win.cc 248 LowLevelAllocator *allocator) {
sanitizer_symbolizer_libcdep.cc 235 LLVMSymbolizer::LLVMSymbolizer(const char *path, LowLevelAllocator *allocator)
sanitizer_common.h 158 // constructor, so all instances of LowLevelAllocator should be
160 class LowLevelAllocator {
169 // Allows to register tool-specific callbacks for LowLevelAllocator.
833 __sanitizer::LowLevelAllocator &alloc) {
sanitizer_mac.cc 554 LowLevelAllocator allocator_for_env;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 24 static LowLevelAllocator tctx_allocator;
  /external/compiler-rt/lib/asan/
asan_globals.cc 39 static LowLevelAllocator allocator_for_globals;
asan_thread.cc 53 static LowLevelAllocator allocator_for_thread_context;

Completed in 104 milliseconds