From: Mathieu Desnoyers Date: Wed, 26 Nov 2014 17:34:56 +0000 (-0500) Subject: Cleanup: implement zmalloc as static inline X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=4616a46c3c3866553a1c3e07546135e4f7ea50a3;hp=4616a46c3c3866553a1c3e07546135e4f7ea50a3;p=lttng-tools.git Cleanup: implement zmalloc as static inline Whenever we can implement as static inline rather than macro, it's better (type checking of arguments, less chances of hitting preprocessor aweful semantic corner-cases....). Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---