aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/mem_pool
Commit message (Expand)AuthorAgeFilesLines
* Fix various MSVC warningsJack Lloyd2019-06-291-3/+3
* Add some more todos for Memory_PoolJack Lloyd2019-03-281-0/+20
* Fix Coverity warningsJack Lloyd2019-03-071-13/+33
* Make the Memory_Pool MMU operations a compile time optionJack Lloyd2019-01-221-4/+16
* Remove unused fieldsJack Lloyd2019-01-131-3/+0
* Add a fast range check and inline some thingsJack Lloyd2019-01-052-78/+89
* Split up allocations into pagesJack Lloyd2019-01-052-97/+75
* New Memory_Pool implementationJack Lloyd2019-01-042-125/+330
* Add a fuzzer for Memory_PoolJack Lloyd2018-12-291-1/+1
* Remove support for Visual C++ 2013Jack Lloyd2018-10-012-2/+2
* Fix more MSVC warningsJack Lloyd2018-10-011-1/+1
* Split out the memory pool logicJack Lloyd2018-03-093-0/+257