simple_allocator

A simple, poorly-performing memory allocator
git clone https://git.bracken.jp/simple_allocator.git
Log | Files | Refs | Submodules | README | LICENSE

DateCommit messageAuthorFiles+-
2022-10-22 07:16Extract malloc/free to memory.hChris Bracken5+185-175
2022-10-22 06:53Remove C++-ismsChris Bracken1+29-30
2022-10-22 06:09Only mark the block as free if it's still aroundChris Bracken1+4-3
2022-10-22 06:01Remove print on stdout during freeChris Bracken1+1-2
2022-10-22 06:00Use https for googletest submodule URLChris Bracken1+1-1
2022-01-07 06:23Reformat license to match OSI styleChris Bracken1+21-22
2020-11-10 07:46Avoid hardcoding the repo URL in README.mdChris Bracken1+1-7
2020-11-10 07:44Use -Wall rather than -WeverythingChris Bracken1+1-1
2018-10-19 04:24Initial versionChris Bracken10+317-0