Hacker News new | ask | show | jobs
by nyanpasu64 1036 days ago
> Release - "Returns the heap to a given state".

I can't imagine this would be at all sound today, if a heap was shared between multiple threads, or if you marked and released the heap across an arbitrary function pointer callback which allocates memory and expects it to remain valid to access until explicitly freed.