webengine/osswebengine/MemoryManager/Inc/SymbianDlHeap.h
branchRCL_3
changeset 91 30342f40acbf
parent 16 a359256acfc6
child 93 79859ed3eea9
--- 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