forked from external/yambar
In cases where it makes sense, use calloc() instead of malloc(): * When allocating large objects with many members, many for which NULL/0 is a good default value. * Arrays etc where we explicitly initialize to NULL anyway. |
||
---|---|---|
.. | ||
alsa.c | ||
backlight.c | ||
battery.c | ||
clock.c | ||
CMakeLists.txt | ||
i3.c | ||
label.c | ||
mpd.c | ||
network.c | ||
removables.c | ||
xkb.c | ||
xwindow.c |