yambar/particles
Daniel Eklöf 6bba9200cf particles: use calloc() instead of malloc()
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.
2019-02-09 11:05:12 +01:00
..
CMakeLists.txt cmake: need CMake >= 3.13 since we use target_link_options() 2019-02-07 12:26:05 +01:00
dynlist.c particles: use calloc() instead of malloc() 2019-02-09 11:05:12 +01:00
dynlist.h particle/dynlist: link particle-sdk PRIVATE:ly 2019-01-13 21:45:49 +01:00
empty.c plugins: export a const function pointer interface struct 2019-01-26 18:32:04 +01:00
list.c particles: use calloc() instead of malloc() 2019-02-09 11:05:12 +01:00
map.c particles: use calloc() instead of malloc() 2019-02-09 11:05:12 +01:00
progress-bar.c particles: use calloc() instead of malloc() 2019-02-09 11:05:12 +01:00
ramp.c particles: use calloc() instead of malloc() 2019-02-09 11:05:12 +01:00
string.c particles: use calloc() instead of malloc() 2019-02-09 11:05:12 +01:00