FX::FXMemoryPool::FXMemoryPool ( FXuval  maximum = (FXuval)-1,
const char *  identifier = 0,
QThread owner = 0,
bool  lazydeleted = false 
)

Allocates a pool which can grow to size maximum. Virtual address space is allocated in blocks of FX::FXMemoryPool::minHeapVirtualSpace so you might as well allocate one of those by default. You can also set an identifier (for debugging) and associate the pool with a thread whereby when that thread exits, the pool will be deleted. Setting lazydeleted means the pool doesn't really die after destruction until the last block is freed from it.


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:35:02 2009 for TnFOX by doxygen v1.4.7