ruby: DataBlock: adds a comment
authorNilay Vaish <nilay@cs.wisc.edu>
Sat, 15 Aug 2015 00:28:44 +0000 (19:28 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Sat, 15 Aug 2015 00:28:44 +0000 (19:28 -0500)
src/mem/ruby/common/DataBlock.hh

index ac08fac82517408cbc8119b6e860215492e6ba27..129a88e25481164dba388df982c066191d176fca 100644 (file)
@@ -67,6 +67,8 @@ class DataBlock
   private:
     void alloc();
     uint8_t *m_data;
+    //! true if this DataBlock is responsible for deleting m_data,
+    //! false otherwise.
     bool m_alloc;
 };