UNPKG

oj

Version:

A unified templating language for the people. Thirsty people.

1 lines 304 B
exports.FreeList=function(e,t,n){this.name=e,this.constructor=n,this.max=t,this.list=[]},exports.FreeList.prototype.alloc=function(){return this.list.length?this.list.shift():this.constructor.apply(this,arguments)},exports.FreeList.prototype.free=function(e){this.list.length<this.max&&this.list.push(e)}