class ActiveSupport::Notifications::Event

def now_allocations

def now_allocations
  GC.stat(:total_allocated_objects)
end