CMMemoryPool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |