aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzer/mem_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* add missing header: cstdlibtenzap2021-11-231-1/+1
* Avoid early return from mem_pool fuzzerJack Lloyd2021-05-051-3/+1
* In fuzzer remove debug print and check return value of posix_memalignJack Lloyd2019-02-211-2/+2
* Allocate aligned pages in mem pool fuzzerJack Lloyd2019-01-131-11/+68
* Split up allocations into pagesJack Lloyd2019-01-051-3/+6
* Update fuzzer for new Memory_Pool behavior and constructorJack Lloyd2019-01-041-7/+26
* Fix Memory_Pool fuzzer [ci skip]Jack Lloyd2018-12-291-1/+1
* Add a fuzzer for Memory_PoolJack Lloyd2018-12-291-0/+114