efl/src/lib/ecore_wayland
Bryce Harrington a2e301db71 ecore-wayland: Use calloc rather than malloc+memset
Summary:
In addition to being fewer lines of code,
malloc + memset to 0 is slower than calloc.  See
http://stackoverflow.com/questions/2688466/why-mallocmemset-is-slower-than-calloc

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>

Reviewers: zmike, cedric, devilhorns

Reviewed By: devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2182
2015-03-17 20:30:32 -04:00
..
Ecore_Wayland.h ecore-wayland: Doublecheck input validity 2015-03-17 19:52:43 -04:00
ecore_wl.c ecore-wayland: Use calloc rather than malloc+memset 2015-03-17 20:30:32 -04:00
ecore_wl_dnd.c ecore-wayland: Doublecheck input validity 2015-03-17 19:52:43 -04:00
ecore_wl_input.c ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
ecore_wl_output.c ecore-wayland: Use calloc rather than malloc+memset 2015-03-17 20:30:32 -04:00
ecore_wl_private.h ecore-wl cursor setup no longer triggers errors on startup 2015-03-12 15:56:34 -04:00
ecore_wl_subsurf.c ecore-wayland: test for subsurface protocol in wayland core 2013-11-22 05:09:53 -08:00
ecore_wl_window.c ecore-wayland: Use calloc rather than malloc+memset 2015-03-17 20:30:32 -04:00
ivi-application-client-protocol.h ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
ivi-application-protocol.c ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
subsurface-client-protocol.h ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
subsurface-protocol.c ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
xdg-shell-client-protocol.h ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
xdg-shell-protocol.c ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00