---
title: "CMMemoryPoolCreate(options:)"
framework: coremedia
role: symbol
role_heading: Function
path: "coremedia/cmmemorypoolcreate(options:)"
---

# CMMemoryPoolCreate(options:)

Creates a memory pool.

## Declaration

```swift
func CMMemoryPoolCreate(options: CFDictionary?) -> CMMemoryPool
```

## Parameters

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

## Return Value

Return Value A new memory pool.

## Topics

### Creation Options

- [kCMMemoryPoolOption_AgeOutPeriod](coremedia/kcmmemorypooloption_ageoutperiod.md)
