HomeSort by relevance Sort by last modified time
    Searched defs:AppMemory (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.h 56 struct AppMemory {
60 bool operator==(const struct AppMemory& other) const {
68 typedef std::list<AppMemory> AppMemoryList;
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 84 struct AppMemory {
88 bool operator==(const struct AppMemory& other) const {
96 typedef std::list<AppMemory> AppMemoryList;

Completed in 2963 milliseconds