• Poul-Henning Kamp's avatar
    With streaming, we cannot allow a storage chunk to move once we · c5a1c750
    Poul-Henning Kamp authored
    have started to fill it.  Add a param to the STV_trim() method
    to indicate acceptability of move.
    
    The only reason I don't remove STV_trim() entirely, is that a site
    with gazillions very small objects, will want to disable streaming
    and use malloc to squeeze as many objects into memory as possible.
    c5a1c750