Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make malloc tests that set flags more robust against the user also | otto | 2023-05-09 | 1 | -13/+17 |
* | Remove double slash in path to test program. | anton | 2022-03-30 | 1 | -9/+9 |
* | Increase the max size of allocations, in prep for a large cache implementation. | otto | 2022-01-09 | 1 | -3/+3 |
* | A few more flag combo's to test | otto | 2021-02-12 | 1 | -2/+14 |
* | Move to env var, likelky the possibility to set malloc options from | otto | 2019-06-04 | 2 | -19/+8 |
* | Throw malloc_conceal and freezero into the mix. | otto | 2019-05-23 | 1 | -3/+8 |
* | We're manipulating malloc flags ourselves, start with restting them all. | otto | 2018-11-29 | 1 | -1/+5 |
* | fix make clean and warnings | otto | 2017-01-24 | 2 | -1/+3 |
* | make sure realloc preserves data | otto | 2017-01-24 | 1 | -17/+45 |
* | use ${.OBJDIR} | otto | 2017-01-24 | 1 | -8/+8 |
* | test malloc/realloc/free with some flag combo's | otto | 2017-01-23 | 2 | -0/+122 |