Share via


CMMemoryPool Class

Definition

Class that manages the repetitive allocation and deallocation of large blocks of memory.

public class CMMemoryPool : CoreFoundation.NativeObject
type CMMemoryPool = class
    inherit NativeObject
Inheritance

Constructors

Name Description
CMMemoryPool()
CMMemoryPool(TimeSpan)

Properties

Name Description
Handle (Inherited from DisposableObject)
Owns (Inherited from DisposableObject)

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
Flush()
GetAllocator()
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Invalidate()
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to