CMMemoryPoolCreate(options:)
Creates a memory pool.
Declaration
func CMMemoryPoolCreate(options: CFDictionary?) -> CMMemoryPoolParameters
- options:
A dictionary that defines the age-out period for the pool.
Return Value
A new memory pool.
Creates a memory pool.
func CMMemoryPoolCreate(options: CFDictionary?) -> CMMemoryPoolA dictionary that defines the age-out period for the pool.
A new memory pool.