Contents

CMMemoryPoolCreate(options:)

Creates a memory pool.

Declaration

func CMMemoryPoolCreate(options: CFDictionary?) -> CMMemoryPool

Parameters

  • options:

    A dictionary that defines the age-out period for the pool.

Return Value

A new memory pool.

Topics

Creation Options