AllocationMode Enum
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.
An enum
that indicates a mode to use when allocating buffers.
public enum AllocationMode
type AllocationMode =
Public Enum AllocationMode
- Inheritance
-
AllocationMode
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default allocation mode for pooled memory (rented buffers are not cleared). |
Clear | 1 | Clear pooled buffers when renting them. |