Changes between Version 5 and Version 6 of PRO_LIB_CORE_MEMORY_MANAGEMENT_R0
- Timestamp:
- 12/29/08 11:23:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_MEMORY_MANAGEMENT_R0
v5 v6 17 17 18 18 == Task result == 19 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 19 The result of this task should be source code. 20 20 21 21 == Implementation idea == 22 ^(It is advisable to include some rough implementations ideas.)^ 22 Find memory leaks by using some kind of profiler - see [wiki:PRO_LIB_CORE_PERFORMANCE_R0] for more ideas. Ensure objects that are no longer used are destoyed so that the garbage collector can get rid of them. 23 23 24 24 == Related ==