MCPcopy Create free account
hub / github.com/coreboot/coreboot / out_of_memory

Function out_of_memory

util/nvramtool/common.c:35–39  ·  view source on GitHub ↗

* out_of_memory * * We ran out of memory. Print an error message and die. ****************************************************************************/

Source from the content-addressed store, hash-verified

33 * We ran out of memory. Print an error message and die.
34 ****************************************************************************/
35noreturn void out_of_memory(void)
36{
37 fprintf(stderr, "%s: Out of memory.\n", prog_name);
38 exit(1);
39}
40
41/****************************************************************************
42 * usage

Callers 4

process_input_fileFunction · 0.85
add_cmos_entryFunction · 0.85
add_cmos_enumFunction · 0.85
cmos_readFunction · 0.85

Calls 2

fprintfFunction · 0.85
exitFunction · 0.85

Tested by

no test coverage detected