class Concurrent::AbstractLocals

def initialize

def initialize
  @free = []
  @lock = Mutex.new
  @all_arrays = {}
  @next = 0
end