ISystemMetadata.AllocationGranularity Property

Definition

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.

Applies to