File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/core/smallstack_type.hpp
Show inline comments
 
@@ -87,7 +87,7 @@ private:
 
	Tindex first_free;
 

	
 
	ThreadMutex *mutex;
 
	SmallVector<SimplePoolPoolItem, Tgrowth_step> data;
 
	std::vector<SimplePoolPoolItem> data;
 
};
 

	
 
/**