1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/tlsf/contrib
Martine Lenders 82c318224b tlsf: fix for llvm
The `__GNUC__` is also available in `clang` as is just used to provide
the major version of a GNU-C compatible compiler [[1]]. So I check for
`tlsf` if the `alloc_size()` is available by using the combination of
macros as proposed here: https://stackoverflow.com/a/43205345/395687

[1]: https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html
2018-07-31 21:35:29 +02:00
..
include tlsf: add custom walker to get total free / used sizes 2018-06-12 09:43:48 +02:00
Makefile pkg/tlsf: Refactor the TLSF package and bring back original TLSF api. 2018-05-18 15:41:07 +02:00
tlsf-malloc.c tlsf: fix for llvm 2018-07-31 21:35:29 +02:00