diff -r 79859ed3eea9 -r 919f36ff910f webengine/osswebengine/MemoryManager/Inc/SymbianDlHeap.h --- a/webengine/osswebengine/MemoryManager/Inc/SymbianDlHeap.h Tue Aug 31 16:17:46 2010 +0300 +++ b/webengine/osswebengine/MemoryManager/Inc/SymbianDlHeap.h Wed Sep 01 12:28:30 2010 +0100 @@ -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