Contents

CMMemoryPoolInvalidate(_:)

Invalidates the memory pool, which causes its allocator to stop recycling memory.

Declaration

func CMMemoryPoolInvalidate(_ pool: CMMemoryPool)

Parameters

  • pool:

    The memory pool to invalidate.

See Also

Managing a Memory Pool