daanx / mimalloc-bench

Suite for benchmarking malloc implementations.
MIT License
357 stars 53 forks source link

Fill chunks when allocating them, to see if they're cleared after free. #163

Closed mxms0 closed 2 years ago

mxms0 commented 2 years ago

Fill allocated chunks, to see if they're still filled with stale data when re-allocated. Also allocate many chunks incase the allocator being tested has any freelist randomization or eager randomization.