Searched refs:nsFixedSizeAllocator (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsFixedSizeAllocator.h52 #include "nsFixedSizeAllocator.h"
60 Create(nsFixedSizeAllocator &aAllocator)
67 Destroy(nsFixedSizeAllocator &aAllocator, Foo *aFoo)
82 // nsFixedSizeAllocator object and initialize it:
83 nsFixedSizeAllocator pool;
137 class NS_COM nsFixedSizeAllocator class
167 nsFixedSizeAllocator() : mBuckets(nsnull) {} function in class:nsFixedSizeAllocator
169 ~nsFixedSizeAllocator() {
H A DnsFixedSizeAllocator.cpp41 Implementation for nsFixedSizeAllocator
46 #include "nsFixedSizeAllocator.h"
48 nsFixedSizeAllocator::Bucket *
49 nsFixedSizeAllocator::AddBucket(size_t aSize)
66 nsFixedSizeAllocator::Init(const char* aName,
90 nsFixedSizeAllocator::Bucket *
91 nsFixedSizeAllocator::FindBucket(size_t aSize)
112 nsFixedSizeAllocator::Alloc(size_t aSize)
141 nsFixedSizeAllocator::Free(void* aPtr, size_t aSize)
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Ddlldeps.cpp46 #include "nsFixedSizeAllocator.h"
117 nsFixedSizeAllocator a;

Completed in 117 milliseconds