aboutsummaryrefslogtreecommitdiff
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-102-12/+14
* Avoid undefined behaviour on const castXavier Del Campo Romero2025-07-262-2/+2
* Avoid depending on stdint.hXavier Del Campo Romero2025-07-261-2/+2
* Implement ta_reallocXavier Del Campo Romero2025-07-262-0/+40
* Update README.mdKarsten Schmidt2021-10-081-0/+11
* Merge pull request #9 from Ryzee119/patch-1Karsten Schmidt2020-09-181-0/+8
|\
| * Allow inclusion in CPP projectsRyzee1192020-09-171-0/+8
|/
* Merge pull request #6 from llucinat/fix-heap-initKarsten Schmidt2020-08-061-5/+3
|\
| * Fix heap initializationllucinat2020-08-061-5/+3
|/
* Merge pull request #7 from ANLAB-KAIST/warning-fixKarsten Schmidt2020-05-201-4/+4
|\
| * Fix discarded-qualifiers & pointer comparison warningsWonsup Yoon2020-05-201-4/+4
|/
* Merge pull request #5 from winduptoy/masterKarsten Schmidt2019-08-173-47/+36
|\
| * Move compile-time configuration into a runtime configuration.Matt Reyer2019-07-013-47/+36
|/
* Merge pull request #3 from silentcarl/masterKarsten Schmidt2019-01-101-1/+2
|\
| * out of bouds安静的卡尔2019-01-101-1/+2
|/
* Merge pull request #1 from 0xflotus/patch-1Karsten Schmidt2019-01-071-2/+2
|\
| * added space0xflotus2019-01-071-2/+2
|/
* remove various functions if TA_DISABLE_COMPACT, update ptr casts, update readmeKarsten Schmidt2017-07-152-8/+19
* update readmeKarsten Schmidt2017-07-151-3/+5
* add TA_DISABLE_* defines, update compact, memclear, add license, update readmeKarsten Schmidt2017-07-154-44/+252
* update readme, add mem layout diag, rename defines & heap struct fieldsKarsten Schmidt2017-07-145-28/+37
* update readmeKarsten Schmidt2017-07-141-5/+76
* rename fns again, add ta_calloc() & memsetKarsten Schmidt2017-07-143-53/+97
* add readmeKarsten Schmidt2017-07-141-0/+13
* add talloc.h, rename types & functionsKarsten Schmidt2017-07-142-71/+83
* rename heap->head => heap->used, minor update compress(), use bool returnsKarsten Schmidt2017-07-141-26/+27
* fix compress, add block splitting if alloc from larger free blockKarsten Schmidt2017-07-141-9/+45
* initial importKarsten Schmidt2017-07-142-0/+206