Class: YTLJit::Runtime::GCBase

Inherits:
Object
  • Object
show all
Defined in:
lib/runtime/gc.rb

Direct Known Subclasses

GCCopy

Instance Method Summary collapse

Instance Method Details

#gc(heap) ⇒ Object



4
5
6
# File 'lib/runtime/gc.rb', line 4

def gc(heap)
  raise "#{heap} is overflow"
end

#malloc(type) ⇒ Object



8
9
# File 'lib/runtime/gc.rb', line 8

def malloc(type)
end