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

  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 206 static void set_max_bytes(uint32_t max_bytes) { max_bytes_ = max_bytes; }
207 static uint32_t max_bytes() { return max_bytes_; }
249 static uint32_t max_bytes_; member in class:google_breakpad::MinidumpMemoryRegion
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc 1188 uint32_t MinidumpMemoryRegion::max_bytes_ = 1024 * 1024; \/\/ 1MB member in class:google_breakpad::MinidumpMemoryRegion
    [all...]

Completed in 102 milliseconds