zmalloc: attribute always_inline
[lttng-ust.git] / include / helper.h
index 8aeb772875820e597c50281f90770a1753e936dd..b9448e3324febca1f1923b6ef01c53532529d36c 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <stdlib.h>
 
-static inline
+static inline __attribute__((always_inline))
 void *zmalloc(size_t len)
 {
        return calloc(len, 1);
This page took 0.02392 seconds and 4 git commands to generate.