method

now_allocations

now_allocations()
private

No documentation available.

# File activesupport/lib/active_support/notifications/instrumenter.rb, line 219
          def now_allocations
            GC.stat(:total_allocated_objects)
          end