summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc/malloc_general/malloc_general.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Increase the max size of allocations, in prep for a large cache implementation.otto2022-01-091-3/+3
|
* Move to env var, likelky the possibility to set malloc options fromotto2019-06-041-11/+0
| | | | main is going away.
* Throw malloc_conceal and freezero into the mix.otto2019-05-231-3/+8
|
* We're manipulating malloc flags ourselves, start with restting them all.otto2018-11-291-1/+5
| | | | ok bluhm@
* fix make clean and warningsotto2017-01-241-0/+1
|
* make sure realloc preserves dataotto2017-01-241-17/+45
|
* test malloc/realloc/free with some flag combo'sotto2017-01-231-0/+96