CMMemoryPool Class

Definition

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

public class CMMemoryPool : IDisposable, ObjCRuntime.INativeObject
type CMMemoryPool = class
    interface IDisposable
    interface INativeObject
Inheritance
CMMemoryPool
Implements

Constructors

CMMemoryPool()
CMMemoryPool(TimeSpan)

Properties

Handle

Handle (pointer) to the unmanaged object representation.

Methods

Dispose()

Releases the resources used by the CMMemoryPool object.

Dispose(Boolean)

Releases the resources used by the CMMemoryPool object.

Finalize()

Finalizer for the CMMemoryPool object

Flush()
GetAllocator()
Invalidate()

Applies to