# File lib/thread_safe.rb, line 49
        def self.allocate
          obj = super
          obj.send(:_mon_initialize)
          obj
        end