This page should explain different techniques of Memory management in programming languages.
Manual memory management
editE.g. malloc() and free() in C.
Cons:
- No protection of memory leaks
- No protection of use after free bugs
This page should explain different techniques of Memory management in programming languages.
E.g. malloc() and free() in C.
Cons:
Used by:
Cons:
The tracing part is needed for cycle detection.
Used by:
Cons: