Cleanup: implement zmalloc as static inline
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 26 Nov 2014 17:34:56 +0000 (12:34 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 26 Nov 2014 20:57:22 +0000 (15:57 -0500)
commit4616a46c3c3866553a1c3e07546135e4f7ea50a3
treee2aafac96fca644157aa9475119066f30e3adde8
parent050e77588502209897e9b0f456d762082a9a3041
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 <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/macros.h
This page took 0.024788 seconds and 4 git commands to generate.