webengine/osswebengine/MemoryManager/Src/MemoryPool.cpp
changeset 42 d39add9822e2
parent 37 cb62a4f66ebe
child 59 1f3c3f2f5b0a
child 65 5bfc169077b2
equal deleted inserted replaced
38:6297cdf66332 42:d39add9822e2
   631 						// be deleting this object when we're closing the allocator - which we never do
   631 						// be deleting this object when we're closing the allocator - which we never do
   632 						// except at process end.
   632 						// except at process end.
   633 	}
   633 	}
   634 
   634 
   635 #ifdef __WINSCW__
   635 #ifdef __WINSCW__
   636 const TInt KMaxHeapSize = 0x2000000; // 32MB, on emulator
   636 const TInt KMaxHeapSize = 0x1000000; // 32MB, on emulator
   637 #else
   637 #else
   638 const TInt KMaxHeapSize = 0x4000000; // 64MB, on hardware
   638 const TInt KMaxHeapSize = 0x4000000; // 64MB, on hardware
   639 #endif
   639 #endif
   640 
   640 
   641 const TInt KHeapGrowSize = 0x10000;  // 64KB
   641 const TInt KHeapGrowSize = 0x10000;  // 64KB