Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/kernel_Oom/
Dcontrol8 before we kill processes (OOM) when we consume a lot of memory.
14 Fails if we OOM (ie, processes get killed) before we get low memory
/external/ltp/runtest/
Dcrashme15 # May panic on buggy systems if the OOM killer was not fast enough :-)
/external/kmod/
DTODO10 * Protect index against OOM
/external/autotest/apache/conf/
Ddjango-directives26 # AFE landing page and bring down cautotest by causing OOM.
/external/jemalloc/
DChangeLog136 - Fix various chunk leaks in OOM code paths. (@jasone)
288 + Fix irealloc_prof() to prof_alloc_rollback() on OOM.
450 - Fix OOM handling in memalign() and valloc(). A variant of this bug existed
452 - Fix an OOM-related regression in arena_tcache_fill_small(), which could
453 cause cache corruption on OOM. This regression was present in all releases
533 - Report ENOMEM rather than EINVAL if an OOM occurs during heap profiling
791 - Fix a prof-related bug in realloc() (only triggered by OOM errors).
884 - Add missing mutex unlocks for some OOM error paths in the heap profiling
/external/jcommander/
DCHANGELOG79 Fixed: OOM when parsing certain descriptions with long URL's in them
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in175 /* Support optional abort() on OOM. */
/external/libxml2/
Dxmllint.c331 OOM(void) in OOM() function
350 OOM(); in myMallocFunc()
365 OOM(); in myReallocFunc()
380 OOM(); in myStrdupFunc()
DNEWS418 URI handling code is not OOM resilient (Daniel Veillard),
DChangeLog6111 * SAX2.c: fixed bug introduced during OOM fixup causing problems
6387 for OOM problems. Now seems to be getting closer to "ok".
10669 * Makefile.am doc/apibuild.py: make sure the OOM code don't
10680 based on the results of the OOM testing
/external/ltp/tools/pounder21/
DCHANGELOG113 - mem_alloc: Only run every 15min. Constantly being OOM is annoying.
/external/v8/src/inspector/
Dv8-debugger-agent-impl.cc1091 std::make_pair(protocol::Debugger::Paused::ReasonEnum::OOM, nullptr)); in didPause()
/external/harfbuzz_ng/
DNEWS336 * Fix assertions and other issues at OOM / buffer max-growth.
/external/libnl/doc/
Droute.txt1648 /* OOM error */
/external/testng/
DCHANGES.txt486 Fixed: Issue24: OOM errors in SuiteHTMLReporter (Nalin Makar)
/external/libevent/
DChangeLog70 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
/external/v8/
DChangeLog19471 Fix OOM bug 3976 (issue 3976).
22540 No longer OOM on invalid string length (issue 3060).
22570 Throw exception on invalid string length instead of OOM (Chromium issue
24027 Fixed Runtime_SetProperty to properly handle OOM failures
/external/strace/
DChangeLog-CVS2182 in case of OOM condition.
DChangeLog23738 Consistently print OOM diagnostic messages.
23739 * bjm.c (sys_query_module): Use error_msg to print OOM diagnostics.
/external/openssh/
DChangeLog7429 downgrade OOM adjustment logging: verbose -> debug
/external/curl/
DCHANGES.081 - Julien Chaffraix fixed 2 OOM errors: a missing NULL-check in
3225 - Fixed an OOM handling problem that cause test 11 to fail the torture test.
4169 - Fixed an OOM problem in the curl code that would lead to fclose on a bad
4333 - Fixed an OOM problem with file: URLs