MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / shell_out_of_memory

Function shell_out_of_memory

modules/dasSQLITE/sqlite/shell.c:632–635  ·  view source on GitHub ↗

Indicate out-of-memory and exit. */

Source from the content-addressed store, hash-verified

630
631/* Indicate out-of-memory and exit. */
632static void shell_out_of_memory(void){
633 raw_printf(stderr,"Error: out of memory\n");
634 exit(1);
635}
636
637/* Check a pointer to see if it is NULL. If it is NULL, exit with an
638** out-of-memory error.

Callers 3

shell_check_oomFunction · 0.85
exec_prepared_stmtFunction · 0.85
do_meta_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected