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.
|