MCPcopy Index your code
hub / github.com/RsyncProject/rsync / _out_of_memory

Function _out_of_memory

util2.c:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120NORETURN void _out_of_memory(const char *msg, const char *file, int line)
121{
122 rprintf(FERROR, "[%s] out of memory: %s (file=%s, line=%d)\n", who_am_i(), msg, src_file(file), line);
123 exit_cleanup(RERR_MALLOC);
124}
125
126NORETURN void _overflow_exit(const char *msg, const char *file, int line)
127{

Callers 1

my_allocFunction · 0.85

Calls 3

src_fileFunction · 0.85
rprintfFunction · 0.70
who_am_iFunction · 0.70

Tested by

no test coverage detected