Module: Memory
- Defined in:
- lib/framework/autocomplete/Memory.rb
Overview
It is auto-generated content. Do not do required for this file in your application.
Class Method Summary collapse
- .getMemoryStats ⇒ Object
- .lowMemThreshold=(argument) ⇒ Object
- .memoryEvent=(argument) ⇒ Object
- .setEmml(argument) ⇒ Object
Class Method Details
.getMemoryStats ⇒ Object
10 11 |
# File 'lib/framework/autocomplete/Memory.rb', line 10 def self.getMemoryStats end |
.lowMemThreshold=(argument) ⇒ Object
8 9 |
# File 'lib/framework/autocomplete/Memory.rb', line 8 def self.lowMemThreshold=(argument) end |
.memoryEvent=(argument) ⇒ Object
12 13 |
# File 'lib/framework/autocomplete/Memory.rb', line 12 def self.memoryEvent=(argument) end |
.setEmml(argument) ⇒ Object
14 15 |
# File 'lib/framework/autocomplete/Memory.rb', line 14 def self.setEmml(argument) end |