Jose Alamos
|
6089f4a10c
|
doc/mem_management: add implementations and utils
|
2018-09-27 10:54:39 +02:00 |
|
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 |
|
Cenk Gündoğan
|
0009213072
|
tlsf: add custom walker to get total free / used sizes
|
2018-06-12 09:43:48 +02:00 |
|
Juan Carrano
|
cf686bde2d
|
pkg/tlsf: Refactor the TLSF package and bring back original TLSF api.
- Cleanup package makefile.
- Download directly from git.
- Remove giant patch.
- Implement malloc function as a contrib package.
- Update ccn example.
- Update ps command.
|
2018-05-18 15:41:07 +02:00 |
|