aboutsummaryrefslogtreecommitdiff
path: root/tinyalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer overflow on ta_reallocHEADmasterXavier Del Campo Romero2025-11-121-1/+3
* Do not resize blocks on reallocXavier Del Campo Romero2025-11-121-5/+0
* Redesign with sbrk(2)Xavier Del Campo Romero2025-11-101-10/+13
* Avoid undefined behaviour on const castXavier Del Campo Romero2025-07-261-1/+1
* Avoid depending on stdint.hXavier Del Campo Romero2025-07-261-2/+2
* Implement ta_reallocXavier Del Campo Romero2025-07-261-0/+39
* Fix heap initializationllucinat2020-08-061-5/+3
* Fix discarded-qualifiers & pointer comparison warningsWonsup Yoon2020-05-201-4/+4
* Move compile-time configuration into a runtime configuration.Matt Reyer2019-07-011-34/+22
* out of bouds安静的卡尔2019-01-101-1/+2
* remove various functions if TA_DISABLE_COMPACT, update ptr casts, update readmeKarsten Schmidt2017-07-151-7/+15
* add TA_DISABLE_* defines, update compact, memclear, add license, update readmeKarsten Schmidt2017-07-151-17/+43
* update readme, add mem layout diag, rename defines & heap struct fieldsKarsten Schmidt2017-07-141-20/+20
* rename fns again, add ta_calloc() & memsetKarsten Schmidt2017-07-141-0/+249