MCPcopy Index your code
hub / github.com/coreutils/coreutils / xalloc_die

Function xalloc_die

src/csplit.c:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224extern void
225xalloc_die (void)
226{
227 error (0, 0, "%s", _("memory exhausted"));
228 cleanup_fatal ();
229}
230
231static void
232interrupt_handler (int sig)

Callers 15

sparse_swapFunction · 0.85
randperm_newFunction · 0.85
xfts_openFunction · 0.85
tac_seekableFunction · 0.85
mainFunction · 0.85
hash_insFunction · 0.85
mount_point_in_fts_cycleFunction · 0.85
mainFunction · 0.85
dest_info_initFunction · 0.85
src_info_initFunction · 0.85
cp_options_defaultFunction · 0.85
filter_mount_listFunction · 0.85

Calls 1

cleanup_fatalFunction · 0.85

Tested by

no test coverage detected