Actions
Bug #372
closedAspectator and C-backend don't worry about memory releasing
Start date:
08/05/2010
Due date:
% Done:
0%
Estimated time:
Detected in build:
old
Platform:
Published in build:
Description
Aspectator and C-backend need to release allocated memory in case when it becomes unused.
Updated by Evgeny Novikov about 12 years ago
- Project changed from Linux Driver Verification to C Instrumentation Framework
- Category deleted (
15)
Updated by Evgeny Novikov over 11 years ago
- Priority changed from Normal to High
Aspectator is too greedy without any sense for that.
Updated by Evgeny Novikov almost 11 years ago
This issue should be resolved before #3291. Otherwise it may be hidden by optimizations in several cases.
Updated by Evgeny Novikov over 10 years ago
- Tracker changed from Feature to Bug
- Subject changed from Think about memory releasing to Aspectator and C-backend don't worry about memory releasing
- Description updated (diff)
- Status changed from Open to Resolved
- Detected in build set to old
Fixed in branch fix-memleaks-372 of Aspectator submodule. Memory consumption was reduced up to 1000 times on specific aspect files!
Updated by Evgeny Novikov over 10 years ago
- Status changed from Resolved to Closed
Merged to master in d1a3cd1. But one should take care about memory management in future as well.
Actions