Home
last modified time | relevance | path

Searched refs:OOM (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/efl/ewk/
Dewk_tiled_private.h32 #define OOM(op, size) CRITICAL("could not %s %zd bytes: %s", op, size, strerror(errno)) macro
37 OOM("malloc", (size)); \
46 OOM("calloc", (size)); \
56 OOM("realloc", (size)); \
/external/v8/tools/oom_dump/
DREADME1 oom_dump extracts useful information from Google Chrome OOM minidumps.
31 some useful information about the OOM crash.
/external/dbus/
DChangeLog.pre-1-2146 (_dbus_connection_ref_unlocked): handle OOM when prepending no guid
259 hit an OOM error inside va_start (FDO Bug #12846)
279 * dbus/dbus-sysdeps-unix (_dbus_get_autolaunch_address): handle OOM
282 * dbus/dbus-uuidgen.c (return_uuid): handle OOM (FDO Bug #12928)
284 * dbus/dbus-misc.c (dbus_get_local_machine_id): handle OOM, fix return
298 _dbus_create_uuid_file_exclusively): add OOM handling (FDO Bug #12952)
351 loader buffer in case of OOM (FDO Bug#12666)
808 OOM checks into make check. I've probably broken the build, give me 2.
814 Add a test wrapper to allow OOM checks on the launch helper.
828 harness to do stuff like OOM testing. No build glue yet.
DChangeLog.pre-1-0280 n_blocks_outstanding otherwise OOM will be reported using SMP on
286 (bus_desktop_file_load): Propertly handle OOM
835 * bus/activation.c, bus/desktop-file.c: Distinguish between OOM and
3482 * bus/selinux.c (bus_selinux_allows_send): Handle OOM on
3943 (marshal_garray_basic): Abort on OOM.
4572 value to indicate OOM
4583 DBUS_VALID and a FALSE return value to indicate OOM
5133 that to auxdata may OOM.
5134 (bus_selinux_allows_acquire_service): Handle OOM and signal back
5135 to the caller if we are OOM by taking an error object.
[all …]
DINSTALL57 handling of OOM conditions.
DNEWS.pre-1-0602 - Better OOM handling in the bus
Dconfigure.in777 ### our brutal OOM-handling unit test setup.
/external/webkit/LayoutTests/platform/android/
Dtest_expectations.txt35 fast/js/excessive-comma-usage.html CRASH // Tests huge initializer list, causes OOM.
36 fast/js/regexp-charclass-crash.html CRASH // RegExp is too large, causing OOM
/external/libxml2/
Dxmllint.c346 OOM(void) in OOM() function
365 OOM(); in myMallocFunc()
380 OOM(); in myReallocFunc()
395 OOM(); in myStrdupFunc()
/external/chromium/chrome/browser/
Dchrome_browser_application_mac.mm138 // to be very uncommon in production, because of the OOM killer.
/external/openssh/
DChangeLog551 Linux OOM-killer magic values that changed in 2.6.36 kernels, with fallback
/external/strace/
DChangeLog-CVS2182 in case of OOM condition.
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2926587 [V8] Don't crash in DOMWindow event getter in OOM situations
26592 OOM situations either if failing to initialize a context or if an
26593 OOM is handled gracefully and javascript is disabled.
29290 [V8] Don't crash when OOM in creating isolated world
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-145218 Fix for Repeated string concatenation results in OOM crash