liballoc-c

C generic allocator interface
git clone https://git.sinitax.com/sinitax/liballoc-c
Log | Files | Refs | LICENSE | sfeed.txt

DateCommit messageAuthorFiles+-
2023-06-19 18:51Add MIT LicenseLouis Burda1+21-0
2023-05-30 13:44Remove executable permissions from headers installLouis Burda1+1-1
2023-05-29 11:42Template build.jst for debug configurationLouis Burda5+72-49
2023-05-25 11:01Add strict allocator wrapperLouis Burda4+70-0
2023-05-24 11:25Remove stack allocator symbols from apiLouis Burda2+0-4
2023-05-21 19:18Fix test arg parsingLouis Burda1+1-1
2023-05-21 19:18Make stdlib allocator structs constLouis Burda2+4-4
2023-05-21 15:40Add allocator argument for non-global allocatorsLouis Burda4+35-26
2023-05-15 14:31Update build.jst to new syntaxLouis Burda1+12-7
2023-05-13 19:04Add cleanall targetLouis Burda1+3-1
2023-05-13 19:02Remove inherently broken stack allocatorLouis Burda4+10-72
2023-05-13 14:49Change allocator interface to prevent void** castLouis Burda4+56-47
2023-05-01 17:49Add 'just' build fileLouis Burda3+37-0
2023-04-30 12:41Expose internal dependencies through common.mkLouis Burda2+17-8
2023-03-18 17:50Add strict variants of stack and heap allocatorsLouis Burda4+74-0
2023-03-17 18:25Add include guardLouis Burda1+2-0
2023-03-17 18:22Only positive return valuesLouis Burda2+7-5
2023-03-17 17:53Refactor and add reallocLouis Burda8+124-62
2022-09-12 13:57Stash progressLouis Burda7+91-0