Class: AdLint::Cc1::DynamicMemoryBlock
- Inherits:
-
MemoryBlock
- Object
- Memory
- MemoryBlock
- AdLint::Cc1::DynamicMemoryBlock
- Defined in:
- lib/adlint/cc1/object.rb
Instance Attribute Summary
Attributes inherited from MemoryBlock
Attributes inherited from Memory
Attributes included from Bindable
Instance Method Summary collapse
Methods inherited from MemoryBlock
#_orig_write, #create_unmapped_window, #create_window, #initialize, #write
Methods inherited from Memory
#_cascade_update, #initialize, #read, #write
Methods included from Bindable
Constructor Details
This class inherits a constructor from AdLint::Cc1::MemoryBlock
Instance Method Details
#dynamic? ⇒ Boolean
1310 1311 1312 |
# File 'lib/adlint/cc1/object.rb', line 1310 def dynamic? true end |
#static? ⇒ Boolean
1306 1307 1308 |
# File 'lib/adlint/cc1/object.rb', line 1306 def static? false end |