Module: ObjectSpace

Defined in:
lib/jruby/gc_stats.rb

Class Method Summary collapse

Class Method Details

.allocated_objectsObject



100
101
102
# File 'lib/jruby/gc_stats.rb', line 100

def self.allocated_objects
  # ditto
end

.live_objectsObject



96
97
98
# File 'lib/jruby/gc_stats.rb', line 96

def self.live_objects
  # not sure if there's a way to get this without tooling API on JVM
end