Searched defs:nsFixedSizeAllocator (Results 1 - 1 of 1) 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() {

Completed in 3523 milliseconds