class TestProf::MemoryProf::AllocTracker

def supported?

def supported?
  RUBY_ENGINE != "jruby"
end

def track

def track
  GC.stat[:total_allocated_objects]
end