-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
The shrink_in_place
method (and the shrink
method proposed in #41) should be treated as "best effort" by the allocator and should never fail. If shrinking is not possible then they should simply return the original size to indicate that no shrinking has taken place.
TimDiekmann