CMMemoryPoolGetAllocator(_:)
Returns the allocator for the memory pool.
Declaration
func CMMemoryPoolGetAllocator(_ pool: CMMemoryPool) -> CFAllocatorParameters
- pool:
The memory pool from which to retrieve its allocator.
Return Value
The memory pool’s allocator.