Contents

flush(agedOutOnly:)

Frees as many buffers from the pool as possible.

Declaration

final func flush(agedOutOnly: Bool = true)

Parameters

  • agedOutOnly:

    Only free backings that are waiting to be aged out. If false, all unused backings are flushed regardless of age.