nsIRecyclingAllocator: A wrapper for the nsRecyclingAllocator

 Holds allocations and reuses them for subsequent allocs.
 Thread safe and uses a timer to release freelist.

 @status UNDER-DEVELOPMENT
[scriptable, uuid(d064a04c-9cee-4319-be31-64d565bccba9)]
interface nsIRecyclingAllocator : nsIMemory

Methods


          
void init(in size_t nblocks, in size_t recycleAfter, in string id)