Class: AdLint::Cc1::DynamicMemoryBlock

Inherits:
MemoryBlock show all
Defined in:
lib/adlint/cc1/object.rb

Instance Attribute Summary

Attributes inherited from MemoryBlock

#windows

Attributes inherited from Memory

#address, #byte_size

Attributes included from Bindable

#binding

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

#be_alias_to, #bind_to

Constructor Details

This class inherits a constructor from AdLint::Cc1::MemoryBlock

Instance Method Details

#dynamic?Boolean

Returns:

  • (Boolean)


1319
1320
1321
# File 'lib/adlint/cc1/object.rb', line 1319

def dynamic?
  true
end

#static?Boolean

Returns:

  • (Boolean)


1315
1316
1317
# File 'lib/adlint/cc1/object.rb', line 1315

def static?
  false
end