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

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.h 91 const wasteful_vector<pid_t> &threads() { return threads_; }
92 const wasteful_vector<MappingInfo*> &mappings() { return mappings_; }
94 const wasteful_vector<elf_aux_val_t>& auxv() { return auxv_; }
178 wasteful_vector<pid_t> threads_;
181 wasteful_vector<MappingInfo*> mappings_;
184 wasteful_vector<elf_aux_val_t> auxv_;
linux_core_dumper.h 118 wasteful_vector<ThreadInfo> thread_infos_;
linux_ptrace_dumper_unittest.cc 280 const wasteful_vector<MappingInfo*> mappings = dumper.mappings();
300 const wasteful_vector<MappingInfo*> mappings = dumper.mappings();
334 const wasteful_vector<MappingInfo*> mappings = dumper.mappings();
minidump_writer.cc 103 using google_breakpad::wasteful_vector;
780 wasteful_vector<char> dso_debug_data(dumper_->allocator(), dynamic_length);
    [all...]
  /external/google-breakpad/src/common/
memory_unittest.cc 71 wasteful_vector<int> v(&allocator_);
78 wasteful_vector<unsigned> v(&allocator_);
93 wasteful_vector<unsigned> v(&allocator_);
memory.h 197 class wasteful_vector : public std::vector<T, PageStdAllocator<T> > { class in namespace:google_breakpad
199 wasteful_vector(PageAllocator* allocator, unsigned size_hint = 16) function in class:google_breakpad::wasteful_vector
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.h 231 wasteful_vector<MDMemoryDescriptor> memory_blocks_;

Completed in 2220 milliseconds