method

now_allocations

rails latest stable - Class: ActiveSupport::Notifications::Event
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