method
now_allocations
v7.1.3.2 -
Show 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