Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, SystemMemory arg0) |
None | __init__ (self, int physicalTotal, int physicalAvailable) |
int | physicalAvailable (self) |
None | physicalAvailable (self, int arg1) |
int | physicalTotal (self) |
None | physicalTotal (self, int arg1) |
Generated from: MR::SystemMemory
None meshlib.mrmeshpy.SystemMemory.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.SystemMemory.__init__ | ( | self, | |
SystemMemory | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.SystemMemory.__init__ | ( | self, | |
int | physicalTotal, | ||
int | physicalAvailable ) |
Implicit aggregate constructor.
int meshlib.mrmeshpy.SystemMemory.physicalAvailable | ( | self | ) |
available amount of physical memory in the system, in bytes (0 if no info)
None meshlib.mrmeshpy.SystemMemory.physicalAvailable | ( | self, | |
int | arg1 ) |
int meshlib.mrmeshpy.SystemMemory.physicalTotal | ( | self | ) |
total amount of physical memory in the system, in bytes (0 if no info)
None meshlib.mrmeshpy.SystemMemory.physicalTotal | ( | self, | |
int | arg1 ) |