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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsRecyclingAllocator.h84 // Make |BlockStoreNode| a |friend| so it can access |Block|.
85 struct BlockStoreNode;
86 friend struct BlockStoreNode;
88 struct BlockStoreNode { struct in class:nsRecyclingAllocator
89 BlockStoreNode() : bytes(0), block(nsnull), next(nsnull) {}; function in struct:nsRecyclingAllocator::BlockStoreNode
92 BlockStoreNode *next;
103 BlockStoreNode *mBlocks;
107 BlockStoreNode* mFreeList;
112 // take BlockStoreNode from here.
113 BlockStoreNode* mNotUsedLis
[all...]

Completed in 32 milliseconds