Searched refs:OOM (Results 1 – 25 of 36) sorted by relevance
12
/external/bcc/tools/ |
D | oomkill_example.txt | 4 oomkill is a simple program that traces the Linux out-of-memory (OOM) killer, 5 and shows basic details on one line per OOM kill: 9 21:03:39 Triggered by PID 3297 ("ntpd"), OOM kill of PID 22516 ("perl"), 3850642 pages, loadavg: 0.… 10 21:03:48 Triggered by PID 22517 ("perl"), OOM kill of PID 22517 ("perl"), 3850642 pages, loadavg: 0… 12 The first line shows that PID 22516, with process name "perl", was OOM killed 13 when it reached 3850642 pages (usually 4 Kbytes per page). This OOM kill 17 The system log (dmesg) shows pages of details and system context about an OOM 19 changing over time. I've seen OOM kills where I wanted to know if the system 21 workload that triggered the OOM event. oomkill provides some context: at the 29 the time of the OOM kill. [all …]
|
/external/syzkaller/pkg/report/testdata/akaros/report/ |
D | 0 | 1 TITLE: kernel panic: [German Accent]: OOM for a small slab growth!!! 4 / $ kernel panic at kern/src/slab.c:518, from core 1: [German Accent]: OOM for a small slab growth!… 10 ROS(Core 1)> kernel panic at kern/src/arena.c:686, from core 0: OOM!
|
/external/autotest/client/site_tests/kernel_Oom/ |
D | control | 8 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/pdfium/third_party/libtiff/ |
D | README.pdfium | 17 0025-upstream-OOM-gtTileContig: allocates the decoded buffer only after a first successful TIFFFill… 20 0028-nstrips-OOM.patch: return error for excess number of tiles/strips.
|
/external/autotest/client/site_tests/platform_MemoryPressure/ |
D | control | 6 TODO: should also check how many OOM-kills occur.
|
/external/ltp/runtest/ |
D | crashme | 15 # May panic on buggy systems if the OOM killer was not fast enough :-)
|
/external/grpc-grpc/doc/cpp/ |
D | perf_notes.md | 20 to OOM
|
/external/kmod/ |
D | TODO | 10 * Protect index against OOM
|
/external/pdfium/third_party/lcms/ |
D | README.pdfium | 37 0024-verify-size-before-reading.patch: fix OOM issue when there won't be enough
|
/external/autotest/apache/conf/ |
D | django-directives | 26 # AFE landing page and bring down cautotest by causing OOM.
|
/external/jemalloc/ |
D | ChangeLog | 136 - 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/jemalloc_new/ |
D | ChangeLog | 76 - Refactor OOM handling in newImpl. (@wqfish) 510 - Fix various chunk leaks in OOM code paths. (@jasone) 662 + Fix irealloc_prof() to prof_alloc_rollback() on OOM. 824 - Fix OOM handling in memalign() and valloc(). A variant of this bug existed 826 - Fix an OOM-related regression in arena_tcache_fill_small(), which could 827 cause cache corruption on OOM. This regression was present in all releases 907 - Report ENOMEM rather than EINVAL if an OOM occurs during heap profiling 1165 - Fix a prof-related bug in realloc() (only triggered by OOM errors). 1258 - Add missing mutex unlocks for some OOM error paths in the heap profiling
|
/external/jcommander/ |
D | CHANGELOG | 79 Fixed: OOM when parsing certain descriptions with long URL's in them
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 175 /* Support optional abort() on OOM. */
|
/external/libxml2/ |
D | xmllint.c | 331 OOM(void) in OOM() function 350 OOM(); in myMallocFunc() 365 OOM(); in myReallocFunc() 380 OOM(); in myStrdupFunc()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 180 /* Support optional abort() on OOM. */
|
/external/bcc/ |
D | README.md | 127 - tools/[oomkill](tools/oomkill.py): Trace the out-of-memory (OOM) killer. [Examples](tools/oomkill…
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | config.proto | 485 // out of memory (OOM).
|
/external/v8/src/inspector/ |
D | v8-debugger-agent-impl.cc | 1522 std::make_pair(protocol::Debugger::Paused::ReasonEnum::OOM, nullptr)); in didPause()
|
D | js_protocol.pdl | 461 OOM
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LibFuzzer.rst | 254 Exit code (default 77) used if libFuzzer itself (not a sanitizer) reports a bug (leak, OOM, etc).
|
/external/harfbuzz_ng/ |
D | NEWS | 969 * Fix assertions and other issues at OOM / buffer max-growth.
|
/external/libnl/doc/ |
D | route.txt | 1648 /* OOM error */
|
/external/testng/ |
D | CHANGES.txt | 486 Fixed: Issue24: OOM errors in SuiteHTMLReporter (Nalin Makar)
|
/external/libevent/ |
D | ChangeLog-2.0 | 6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
|
12