Tao.Platform.Windows SDK Documentation

Kernel.SYSTEM_INFO.AllocationGranularity Field

Granularity with which virtual memory is allocated. For example, a VirtualAlloc request to allocate 1 byte will reserve an address space of AllocationGranularity bytes. This value was hard coded as 64K in the past, but other hardware architectures may require different values.

[Visual Basic]
Public AllocationGranularity As Integer
[C#]
public int AllocationGranularity;

See Also

Kernel.SYSTEM_INFO Class | Tao.Platform.Windows Namespace