Incremental sweeping should not require page allocation
Incremental sweeping should sweep until we find a slot for objects to use. heap_increment was adding a page to the heap even though we would sweep immediately after.
heap_increment
Co-authored-by: John Hawthorn john@hawthorn.email
Incremental sweeping should not require page allocation
Incremental sweeping should sweep until we find a slot for objects to
use.
heap_incrementwas adding a page to the heap even though wewould sweep immediately after.
Co-authored-by: John Hawthorn john@hawthorn.email