NativeMethods.AllocationTypeEnum ​
Contains memory allocation types.
Kind: Enum
Namespace: ConnectorLib
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
AllocationTypeEnum
Commit
Commit memory.
AllocationTypeEnum
Reserve
Reserve memory.
AllocationTypeEnum
Decommit
Decommit memory.
AllocationTypeEnum
Release
Release memory.
AllocationTypeEnum
Reset
Reset memory.
AllocationTypeEnum
Physical
Reset page access protection.
AllocationTypeEnum
TopDown
Top-down memory allocation.
AllocationTypeEnum
WriteWatch
Write watch memory allocation.
AllocationTypeEnum
LargePages
Large page memory allocation.
Enums
NativeMethods.AllocationTypeEnum
[Commit = 4096, Reserve = 8192, Decommit = 16384, Release = 32768, Reset = 524288, Physical = 4194304, TopDown = 1048576, WriteWatch = 2097152, LargePages = 536870912]Contains memory allocation types.
