MCPcopy Create free account
hub / github.com/apache/httpd / abort_on_oom

Function abort_on_oom

server/main.c:275–279  ·  view source on GitHub ↗

APR callback invoked if allocation fails. */

Source from the content-addressed store, hash-verified

273
274/* APR callback invoked if allocation fails. */
275static int abort_on_oom(int retcode)
276{
277 ap_abort_on_oom();
278 return retcode; /* unreachable, hopefully. */
279}
280
281/* Deregister all hooks when clearing pconf (pre_cleanup).
282 * TODO: have a hook to deregister and run them from here?

Callers

nothing calls this directly

Calls 1

ap_abort_on_oomFunction · 0.85

Tested by

no test coverage detected