Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, int physicalTotal, int physicalAvailable) |
int | physicalAvailable (self) |
None | physicalAvailable (self, int arg1) |
int | physicalTotal (self) |
None | physicalTotal (self, int arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
SystemMemory | operator (*args, **kwargs) |
SystemMemory | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_physicalAvailable = 8 |
typing | _offsetof_physicalTotal = 0 |
Generated from: MR::SystemMemory
|
static |
None mrmeshpy.SystemMemory.__init__ | ( | self | ) |
None mrmeshpy.SystemMemory.__init__ | ( | self, | |
int | physicalTotal, | ||
int | physicalAvailable ) |
Implicit aggregate constructor.
|
static |
|
static |
int mrmeshpy.SystemMemory.physicalAvailable | ( | self | ) |
available amount of physical memory in the system, in bytes (0 if no info)
None mrmeshpy.SystemMemory.physicalAvailable | ( | self, | |
int | arg1 ) |
int mrmeshpy.SystemMemory.physicalTotal | ( | self | ) |
total amount of physical memory in the system, in bytes (0 if no info)
None mrmeshpy.SystemMemory.physicalTotal | ( | self, | |
int | arg1 ) |
|
staticprotected |
|
staticprotected |