Contents

CMMemoryPoolGetAllocator(_:)

Returns the allocator for the memory pool.

Declaration

func CMMemoryPoolGetAllocator(_ pool: CMMemoryPool) -> CFAllocator

Parameters

  • pool:

    The memory pool from which to retrieve its allocator.

Return Value

The memory pool’s allocator.

See Also

Managing a Memory Pool