C# Class IronPython.Modules.MmapModule

Mostrar archivo Open project: jdhardy/ironpython

Public Properties

Property Type Description
ALLOCATIONGRANULARITY int
PAGESIZE int

Private Methods

Method Description
Error ( CodeContext context, int errno, string message ) : Exception
Error ( CodeContext context, string message ) : Exception
GetAllocationGranularity ( ) : int
GetAllocationGranularityWorker ( ) : int
GetSystemInfo ( SYSTEM_INFO &lpSystemInfo ) : void
PerformModuleReload ( IronPython.Runtime.PythonContext context, PythonDictionary dict ) : void
WindowsError ( int code ) : Exception

Property Details

ALLOCATIONGRANULARITY public_oe static_oe property

public static int ALLOCATIONGRANULARITY
return int

PAGESIZE public_oe static_oe property

public static int PAGESIZE
return int