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

  /external/chromium_org/base/process/
memory_stubs.cc 9 void EnableTerminationOnOutOfMemory() {
memory.h 32 BASE_EXPORT void EnableTerminationOnOutOfMemory();
memory_win.cc 70 void EnableTerminationOnOutOfMemory() {
memory_linux.cc 130 void EnableTerminationOnOutOfMemory() {
memory_unittest.cc 115 // EnableTerminationOnOutOfMemory() for more information.
119 base::EnableTerminationOnOutOfMemory();
192 // Must call EnableTerminationOnOutOfMemory() because that is called from
197 base::EnableTerminationOnOutOfMemory();
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 75 base::EnableTerminationOnOutOfMemory();
  /external/chromium/base/
process_util.h 653 void EnableTerminationOnOutOfMemory();
process_util_linux.cc 692 void EnableTerminationOnOutOfMemory() {
process_util_unittest.cc 720 // Must call EnableTerminationOnOutOfMemory() because that is called from
725 base::EnableTerminationOnOutOfMemory();
  /external/chromium_org/content/app/
content_main_runner.cc 531 // EnableTerminationOnOutOfMemory(). That's because base shouldn't have a
533 // implement this EnableTerminationOnOutOfMemory() function. Whateverz.
593 base::EnableTerminationOnOutOfMemory();

Completed in 808 milliseconds