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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsRecyclingAllocator.cpp40 * nsRecyclingAllocator
46 #include "nsRecyclingAllocator.h"
58 nsRecyclingAllocator::nsRecycleTimerCallback(nsITimer *aTimer, void *aClosure)
60 nsRecyclingAllocator *obj = (nsRecyclingAllocator *) aClosure;
85 nsRecyclingAllocator::nsRecyclingAllocator(PRUint32 nbucket, PRUint32 recycleAfter, const char *id) : function in class:nsRecyclingAllocator
101 nsRecyclingAllocator::Init(PRUint32 nbucket, PRUint32 recycleAfter, const char *id)
140 nsRecyclingAllocator::~nsRecyclingAllocator()
[all...]
H A DnsRecyclingAllocator.h40 * nsRecyclingAllocator
78 class NS_COM nsRecyclingAllocator { class
132 // a string for identifying the user of nsRecyclingAllocator
146 nsRecyclingAllocator(PRUint32 nbucket = 0, PRUint32 recycleAfter = NS_DEFAULT_RECYCLE_TIMEOUT,
148 ~nsRecyclingAllocator();
194 // Wrapping the nsRecyclingAllocator with nsIMemory
195 class nsRecyclingAllocatorImpl : public nsRecyclingAllocator, public nsIRecyclingAllocator {

Completed in 80 milliseconds