Merge pull request #189 from sanikoyes/hotfix-ime

Merging!
This commit is contained in:
reduz
2014-03-12 08:45:07 -07:00
5 changed files with 28 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ class MemoryPoolDynamicStatic : public MemoryPoolDynamic {
_THREAD_SAFE_CLASS_
enum {
MAX_CHUNKS=16384
MAX_CHUNKS=65536
};