aboutsummaryrefslogtreecommitdiff
path: root/tinyalloc.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement ta_reallocXavier Del Campo Romero2025-07-261-0/+1
|
* Allow inclusion in CPP projectsRyzee1192020-09-171-0/+8
| | | | Attempted to use in Arduino, but got linker errors. This resolved the issue.
* Move compile-time configuration into a runtime configuration.Matt Reyer2019-07-011-1/+1
| | | | - Updated README
* add TA_DISABLE_* defines, update compact, memclear, add license, update readmeKarsten Schmidt2017-07-151-26/+1
|
* update readme, add mem layout diag, rename defines & heap struct fieldsKarsten Schmidt2017-07-141-2/+2
|
* rename fns again, add ta_calloc() & memsetKarsten Schmidt2017-07-141-0/+37