Searched refs:recycleAfter (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsIRecyclingAllocator.idl | 54 void init(in size_t nblocks, in size_t recycleAfter, in string id);
|
H A D | nsRecyclingAllocator.cpp | 85 nsRecyclingAllocator::nsRecyclingAllocator(PRUint32 nbucket, PRUint32 recycleAfter, const char *id) : argument 87 mRecycleTimer(nsnull), mRecycleAfter(recycleAfter), mTouched(0), mId(id) 97 Init(nbucket, recycleAfter, id); 101 nsRecyclingAllocator::Init(PRUint32 nbucket, PRUint32 recycleAfter, const char *id) argument 134 mRecycleAfter = recycleAfter; 425 nsRecyclingAllocatorImpl::Init(size_t nbuckets, size_t recycleAfter, const char *id) argument 427 return nsRecyclingAllocator::Init((PRUint32) nbuckets, (PRUint32) recycleAfter, id);
|
H A D | nsRecyclingAllocator.h | 144 // recycleAfter : Try recycling allocated buckets after this many seconds 146 nsRecyclingAllocator(PRUint32 nbucket = 0, PRUint32 recycleAfter = NS_DEFAULT_RECYCLE_TIMEOUT, 150 nsresult Init(PRUint32 nbucket, PRUint32 recycleAfter, const char *id);
|
Completed in 162 milliseconds