Home
last modified time | relevance | path

Searched refs:max_bytes_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h206 static void set_max_bytes(uint32_t max_bytes) { max_bytes_ = max_bytes; } in set_max_bytes()
207 static uint32_t max_bytes() { return max_bytes_; } in max_bytes()
249 static uint32_t max_bytes_; variable
/external/google-breakpad/src/processor/
Dminidump.cc1188 uint32_t MinidumpMemoryRegion::max_bytes_ = 1024 * 1024; // 1MB member in google_breakpad::MinidumpMemoryRegion
1229 if (descriptor_->memory.data_size > max_bytes_) { in GetMemory()
1232 max_bytes_; in GetMemory()