Searched refs:EnableTerminationOnOutOfMemory (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/process/
H A Dmemory_stubs.cc9 void EnableTerminationOnOutOfMemory() { function in namespace:base
H A Dmemory.h40 BASE_EXPORT void EnableTerminationOnOutOfMemory();
66 // EnableTerminationOnOutOfMemory has been called.
H A Dmemory_win.cc70 void EnableTerminationOnOutOfMemory() { function in namespace:base
H A Dmemory_unittest.cc114 // to implement EnableTerminationOnOutOfMemory() with UncheckedMalloc() under
124 // EnableTerminationOnOutOfMemory() for more information.
128 base::EnableTerminationOnOutOfMemory();
203 // Must call EnableTerminationOnOutOfMemory() because that is called from
208 base::EnableTerminationOnOutOfMemory();
399 base::EnableTerminationOnOutOfMemory();
411 // to implement EnableTerminationOnOutOfMemory() with UncheckedMalloc() under
427 // to implement EnableTerminationOnOutOfMemory() with UncheckedCalloc() under
H A Dmemory_linux.cc152 void EnableTerminationOnOutOfMemory() { function in namespace:base
/external/chromium_org/components/nacl/loader/
H A Dnacl_helper_win_64.cc58 base::EnableTerminationOnOutOfMemory();
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc502 // EnableTerminationOnOutOfMemory(). That's because base shouldn't have a
504 // implement this EnableTerminationOnOutOfMemory() function. Whateverz.
602 base::EnableTerminationOnOutOfMemory();

Completed in 566 milliseconds