Hacker News new | ask | show | jobs
by aidenn0 1564 days ago
With ASLR off, the order and value should be identical between runs on the same malloc implementation, as stochastic allocators are not in common use
1 comments

Not when multi-threading is involved, I would think. That or timing-dependent code making allocations.
That's true.