Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing header: cstdlib | tenzap | 2021-11-23 | 1 | -1/+1 |
* | Avoid early return from mem_pool fuzzer | Jack Lloyd | 2021-05-05 | 1 | -3/+1 |
* | In fuzzer remove debug print and check return value of posix_memalign | Jack Lloyd | 2019-02-21 | 1 | -2/+2 |
* | Allocate aligned pages in mem pool fuzzer | Jack Lloyd | 2019-01-13 | 1 | -11/+68 |
* | Split up allocations into pages | Jack Lloyd | 2019-01-05 | 1 | -3/+6 |
* | Update fuzzer for new Memory_Pool behavior and constructor | Jack Lloyd | 2019-01-04 | 1 | -7/+26 |
* | Fix Memory_Pool fuzzer [ci skip] | Jack Lloyd | 2018-12-29 | 1 | -1/+1 |
* | Add a fuzzer for Memory_Pool | Jack Lloyd | 2018-12-29 | 1 | -0/+114 |