ISystemMetadata.AllocationGranularity Property
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.
Gets the smallest amount of memory that can be allocated via VirtualAlloc.
public Microsoft.Windows.EventTracing.DataSize AllocationGranularity { get; }
member this.AllocationGranularity : Microsoft.Windows.EventTracing.DataSize
Public ReadOnly Property AllocationGranularity As DataSize
Property Value
Remarks
Calls to VirtualAlloc that are not a multiple of this size will be rounded up to the next value. This value is normally a multiple of PageSize.