EEex_GetAllocGran
EEex_GetAllocGran()
Returns the granularity for the starting address at which virtual memory can be allocated
Parameters
None
Return
Returns the minimum memory page size, typically 64k and 4k
Notes
Windows OS specific. See GetSystemInfo for details
Example
EEex_GetAllocGran()
See Also