Merge branch 'feature/inline-ffs-and-fls-functions' into 'idf'

tlsf: inline the tlsf_ffs and tlsf_fls functions for C compilation

See merge request espressif/tlsf!5
This commit is contained in:
Guillaume Souchere
2022-11-14 14:03:41 +08:00

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