Searched refs:OOM (Results 1 – 25 of 32) sorted by relevance
12
263 |context||`ctx_createfail_oom_ctx`|Fail context creation due to OOM on context object|266 |context||`ctx_createfail_oom_fds`|Fail context creation due to OOM on fds table|276 |context||`cache_createfail`|Fail `lws_cache` creation due to OOM|277 |context||`cache_lookup_oom`|Fail `lws_cache` lookup due to OOM|278 |vhost|`vh`|`vh_create_oom`|Fail vh creation on vh object alloc OOM|279 |vhost|`vh`|`vh_create_oom`|Fail vh creation on vh object alloc OOM|280 |vhost|`vh`|`vh_create_pcols_oom`|Fail vh creation at protocols alloc OOM|299 |sspc|`ss`|`sspc_create_oom`|Cause the sspc handle allocation to fail as if OOM at creation time|304 …proxy's allocation in the onward SS->P[->C] DSH rx direction to fail as if OOM, this causes the on…
87 - anv: Handle OOM in the pinned path in anv_reloc_list_add
117 - vbo: add a null pointer check to handle OOM instead of crashing
83 causes OOM-killer
238 - anv/pipeline: Properly handle OOM during shader compilation
129 …ression][Bisected][20.2][radeonsi\] American Truck Simulator continually allocates memory until OOM296 - v3dv: handle texture/sampler shader state bo failure with OOM error297 - v3dv: properly return OOM error during pipeline creation2209 - v3dv: return OOM error if we fail to import or export sync objects2310 - v3dv: make the driver more robust against OOM2320 - v3dv: handle OOM properly during command buffer recording in more places
1441 - v3d: Add support for handling OOM signals from the simulator.
90 …gression][Bisected][20.2][radeonsi] American Truck Simulator continually allocates memory until OOM
2932 - anv: Handle OOM in the pinned path in anv_reloc_list_add
19 Patch6018: backport-add-OOM-handling-in-mimemagic.patch
27 Patch6018: backport-add-OOM-handling-in-mimemagic.patch
55 what percent of fuzzing runs end in OOM/timeout/crash, the entire corpus of fuzzed inputs
167 4 Feb 18, 2015 ribble Add special OOM error case and cleanup
177 4 Feb 18, 2015 ribble Add special OOM error case and cleanup
332 OOM(void) in OOM() function351 OOM(); in myMallocFunc()366 OOM(); in myReallocFunc()381 OOM(); in myStrdupFunc()
1344 URI handling code is not OOM resilient (Daniel Veillard),
645 // ensureCapacity will mark the UnicodeSet as Bogus if OOM failure happens.815 // ensureCapacity will mark the object as Bogus if OOM failure happens.826 // ensureCapacity will mark the object as Bogus if OOM failure happens.1154 setToBogus(); // set the object to bogus state if an OOM failure occurred.
39 * Returns NULL if OOM.
45 - More OOM fixes.59 - More OOM fixes.67 - A couple of fixes to handle OOM better.79 - Minor memory fixes to handle OOM better specially in hb-ft.1221 * Fix assertions and other issues at OOM / buffer max-growth.
179 - More OOM fixes.193 - More OOM fixes.201 - A couple of fixes to handle OOM better.213 - Minor memory fixes to handle OOM better specially in hb-ft.1355 * Fix assertions and other issues at OOM / buffer max-growth.
199 * `UncheckedMalloc()`, etc. return `nullptr` in OOM situations
1012 * Fix assertions and other issues at OOM / buffer max-growth.
1612 - possible crash on OOM in regcomp
2302 // The maximum allowed value for the OOM score.51660 // The OOM score adj constants51661 // The highest and lowest assigned OOM score adjustment (oom_score_adj) for84893 -static unsigned int oomCounter = 0; /* Simulate OOM when equals 1 */84906 -/* This routine is called when a simulated OOM occurs. It is broken84908 -** the OOM84921 -** Out-Of-Memory (OOM) errors for testing purposes.84939 -/* Register the OOM simulator. This must occur before any memory85518 + char oom; /* True if an OOM is encountered */85608 -** If an OOM condition is encountered, SQLITE_NOMEM is returned. Otherwise,[all …]
120 * [[`65e9b0f5a2`](https://github.com/nodejs/node/commit/65e9b0f5a2)] - **test**: specialize OOM che…549 …/nodejs/node/commit/d58867a6a7)] - **test**: call gc() explicitly to avoid OOM (Refael Ackermann) …