tlsf: inline the tlsf_ffs and tlsf_fls functions for C compilation

This commit is contained in:
Guillaume Souchere
2022-11-11 08:31:07 +01:00
parent 13da0fff7f
commit ab830e0595

2
tlsf.c
View File

@@ -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
/*