From ab830e0595bb3f08988e8d428db017273455d523 Mon Sep 17 00:00:00 2001 From: Guillaume Souchere Date: Fri, 11 Nov 2022 08:31:07 +0100 Subject: [PATCH] tlsf: inline the tlsf_ffs and tlsf_fls functions for C compilation --- tlsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlsf.c b/tlsf.c index 6f7d604..68105d0 100644 --- a/tlsf.c +++ b/tlsf.c @@ -14,7 +14,7 @@ #if defined(__cplusplus) #define tlsf_decl inline #else -#define tlsf_decl static +#define tlsf_decl static inline __attribute__((always_inline)) #endif /*