summaryrefslogtreecommitdiffstats
path: root/src/allocator.c
Commit message (Expand)AuthorAgeFilesLines
* Add strict allocator wrapperLouis Burda2023-05-251-0/+59
* Make stdlib allocator structs constLouis Burda2023-05-211-2/+2
* Add allocator argument for non-global allocatorsLouis Burda2023-05-211-13/+20
* Remove inherently broken stack allocatorLouis Burda2023-05-131-68/+0
* Change allocator interface to prevent void** castLouis Burda2023-05-131-43/+52
* Add strict variants of stack and heap allocatorsLouis Burda2023-03-181-0/+68
* Only positive return valuesLouis Burda2023-03-171-4/+6
* Refactor and add reallocLouis Burda2023-03-171-0/+73