Home
last modified time | relevance | path

Searched refs:bb_msg_memory_exhausted (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/libbb/
Dmessages.c17 const char bb_msg_memory_exhausted[] ALIGN1 = "out of memory"; variable
Dxfuncs_printf.c30 bb_simple_error_msg_and_die(bb_msg_memory_exhausted); in bb_die_memory_exhausted()
43 bb_simple_error_msg(bb_msg_memory_exhausted); in malloc_or_warn()
/busybox-1.35.0/shell/
Dash.c1512 ash_msg_and_raise_error(bb_msg_memory_exhausted);
1533 ash_msg_and_raise_error(bb_msg_memory_exhausted);
1621 ash_msg_and_raise_error(bb_msg_memory_exhausted); in stalloc()
1723 ash_msg_and_raise_error(bb_msg_memory_exhausted); in growstackblock()
7820 ash_msg_and_raise_error(bb_msg_memory_exhausted); in expandmeta()
/busybox-1.35.0/include/
Dlibbb.h2231 extern const char bb_msg_memory_exhausted[] ALIGN1;