Skip to content
Commit a4e83e85 authored by Jason Evans's avatar Jason Evans
Browse files

Fix run leak.

Fix arena_run_first_best_fit() to search all potentially non-empty
runs_avail heaps, rather than ignoring the heap that contains runs
larger than large_maxclass, but less than chunksize.

This fixes a regression caused by
f193fd80 (Refactor runs_avail.).

This resolves #493.
parent 9bef119b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment