projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d660b31
)
ruby: DataBlock: adds a comment
author
Nilay Vaish
<nilay@cs.wisc.edu>
Sat, 15 Aug 2015 00:28:44 +0000
(19:28 -0500)
committer
Nilay Vaish
<nilay@cs.wisc.edu>
Sat, 15 Aug 2015 00:28:44 +0000
(19:28 -0500)
src/mem/ruby/common/DataBlock.hh
patch
|
blob
|
history
diff --git
a/src/mem/ruby/common/DataBlock.hh
b/src/mem/ruby/common/DataBlock.hh
index ac08fac82517408cbc8119b6e860215492e6ba27..129a88e25481164dba388df982c066191d176fca 100644
(file)
--- a/
src/mem/ruby/common/DataBlock.hh
+++ b/
src/mem/ruby/common/DataBlock.hh
@@
-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;
};