projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e19a3c
)
Fix: need to keep the number of allocation site for the heap examiner. Somehow the...
author
yeom
<yeom>
Thu, 3 May 2012 00:38:20 +0000
(
00:38
+0000)
committer
yeom
<yeom>
Thu, 3 May 2012 00:38:20 +0000
(
00:38
+0000)
Robust/src/Runtime/runtime.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/runtime.c
b/Robust/src/Runtime/runtime.c
index
01d4555
..
585cb73
100644
(file)
--- a/
Robust/src/Runtime/runtime.c
+++ b/
Robust/src/Runtime/runtime.c
@@
-819,7
+819,7
@@
__attribute__((malloc)) void * allocate_new(void * ptr, int type) {
#endif
#ifdef MLP
v->oid=oid;
-
//
v->allocsite=allocsite;
+ v->allocsite=allocsite;
#endif
return v;
}