Make malloc tests that set flags more robust against the user alsohaving flags set.
Remove double slash in path to test program.
Increase the max size of allocations, in prep for a large cache implementation.
A few more flag combo's to test
Move to env var, likelky the possibility to set malloc options frommain is going away.
Throw malloc_conceal and freezero into the mix.
We're manipulating malloc flags ourselves, start with restting them all.ok bluhm@
fix make clean and warnings
make sure realloc preserves data
use ${.OBJDIR}
test malloc/realloc/free with some flag combo's