Enable managed memory feature by Watson1978 · Pull Request #697 · rmagick/rmagick

This patch aims to goal to get Ruby's GC to work well. For example, Ruby indicates Magick::Image object is only 40 bytes. require 'rmagick' require 'objspace' img = Magick::Image.new(400, 400) put...