kCMMemoryPoolOption_AgeOutPeriod

Static kCMMemoryPoolOption_AgeOutPeriod 

Source
pub unsafe static kCMMemoryPoolOption_AgeOutPeriod: &'static CFString
Available on crate feature CMMemoryPool only.
Expand description

Specifies how long memory should be allowed to hang out in the pool before being deallocated.

Pass this in the options dictionary to CMMemoryPoolCreate.

See also Apple’s documentation