Pregunta de entrevista de Aptiv

what is memory leakage, how to avoid it?

Respuesta de la entrevista

Anónimo

17 feb 2020

it is the in-ability to release memory from a process that it don't need anymore. Avoid it by making sure you free the memory you have allocated to get back to the os.

1