Searched refs:OOM (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_tiled_private.h | 32 #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/ |
D | README | 1 oom_dump extracts useful information from Google Chrome OOM minidumps. 31 some useful information about the OOM crash.
|
/external/dbus/ |
D | ChangeLog.pre-1-2 | 146 (_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.
|
D | ChangeLog.pre-1-0 | 280 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 …]
|
D | INSTALL | 57 handling of OOM conditions.
|
D | NEWS.pre-1-0 | 602 - Better OOM handling in the bus
|
D | configure.in | 777 ### our brutal OOM-handling unit test setup.
|
/external/webkit/LayoutTests/platform/android/ |
D | test_expectations.txt | 35 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/ |
D | xmllint.c | 346 OOM(void) in OOM() function 365 OOM(); in myMallocFunc() 380 OOM(); in myReallocFunc() 395 OOM(); in myStrdupFunc()
|
/external/chromium/chrome/browser/ |
D | chrome_browser_application_mac.mm | 138 // to be very uncommon in production, because of the OOM killer.
|
/external/openssh/ |
D | ChangeLog | 551 Linux OOM-killer magic values that changed in 2.6.36 kernels, with fallback
|
/external/strace/ |
D | ChangeLog-CVS | 2182 in case of OOM condition.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 26587 [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/ |
D | ChangeLog-2007-10-14 | 5218 Fix for Repeated string concatenation results in OOM crash
|