MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.SystemMemory Class Reference

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
 

Detailed Description

Generated from:  MR::SystemMemory

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.SystemMemory.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.SystemMemory.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.SystemMemory.__init__ ( self,
int physicalTotal,
int physicalAvailable )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

SystemMemory mrmeshpy.SystemMemory.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

SystemMemory mrmeshpy.SystemMemory.operator ( * args,
** kwargs )
static

◆ physicalAvailable() [1/2]

int mrmeshpy.SystemMemory.physicalAvailable ( self)
available amount of physical memory in the system, in bytes (0 if no info)

◆ physicalAvailable() [2/2]

None mrmeshpy.SystemMemory.physicalAvailable ( self,
int arg1 )

◆ physicalTotal() [1/2]

int mrmeshpy.SystemMemory.physicalTotal ( self)
total amount of physical memory in the system, in bytes (0 if no info)

◆ physicalTotal() [2/2]

None mrmeshpy.SystemMemory.physicalTotal ( self,
int arg1 )

Member Data Documentation

◆ _offsetof_physicalAvailable

typing mrmeshpy.SystemMemory._offsetof_physicalAvailable = 8
staticprotected

◆ _offsetof_physicalTotal

typing mrmeshpy.SystemMemory._offsetof_physicalTotal = 0
staticprotected

The documentation for this class was generated from the following file: