Searched defs:recycleAfter (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsRecyclingAllocator.cpp85 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);

Completed in 54 milliseconds