diff -r 800203832575 -r 30342f40acbf webengine/osswebengine/MemoryManager/Inc/SymbianDlHeap.h --- a/webengine/osswebengine/MemoryManager/Inc/SymbianDlHeap.h Mon Jun 21 16:54:17 2010 +0300 +++ b/webengine/osswebengine/MemoryManager/Inc/SymbianDlHeap.h Thu Jul 15 19:53:20 2010 +0300 @@ -255,6 +255,10 @@ void dump_large_chunk(mstate m, tchunkptr t); size_t iUnmappedChunkSize; #endif + + // Indicates if allocator is running under low memory. + // It is set(TRUE) only when acquiring new pages from system. + TInt isLowSystemMemory; private: /* Dubug checks for chunk page support*/ #ifdef DL_CHUNK_MEM_DEBUG