Search notes:

Memory leaks

When programming in languages without garbage collector, the developer faces the problem of memory leaks.

See also

Memory allocation functions in the libc
Valgrind

Index