GCCopy
4 5 6
# File 'lib/runtime/gc.rb', line 4 def gc(heap) raise "#{heap} is overflow" end
8 9
# File 'lib/runtime/gc.rb', line 8 def malloc(type) end