Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various MSVC warnings | Jack Lloyd | 2019-06-29 | 1 | -3/+3 |
* | Add some more todos for Memory_Pool | Jack Lloyd | 2019-03-28 | 1 | -0/+20 |
* | Fix Coverity warnings | Jack Lloyd | 2019-03-07 | 1 | -13/+33 |
* | Make the Memory_Pool MMU operations a compile time option | Jack Lloyd | 2019-01-22 | 1 | -4/+16 |
* | Remove unused fields | Jack Lloyd | 2019-01-13 | 1 | -3/+0 |
* | Add a fast range check and inline some things | Jack Lloyd | 2019-01-05 | 2 | -78/+89 |
* | Split up allocations into pages | Jack Lloyd | 2019-01-05 | 2 | -97/+75 |
* | New Memory_Pool implementation | Jack Lloyd | 2019-01-04 | 2 | -125/+330 |
* | Add a fuzzer for Memory_Pool | Jack Lloyd | 2018-12-29 | 1 | -1/+1 |
* | Remove support for Visual C++ 2013 | Jack Lloyd | 2018-10-01 | 2 | -2/+2 |
* | Fix more MSVC warnings | Jack Lloyd | 2018-10-01 | 1 | -1/+1 |
* | Split out the memory pool logic | Jack Lloyd | 2018-03-09 | 3 | -0/+257 |