b53738baf7
The g_malloc()/g_malloc0() versions exit/segfault if not enough memory is available, which is not a good thing in libsigrok. Instead, we use the g_try_malloc()/g_try_malloc0() variants, which return NULL if not enough memory is available, so that the caller can handle the error properly. |
||
---|---|---|
.. | ||
text | ||
Makefile.am | ||
output.c | ||
output_analog.c | ||
output_binary.c | ||
output_chronovu_la8.c | ||
output_gnuplot.c | ||
output_ols.c | ||
output_skeleton.c | ||
output_vcd.c |