Pergunta de entrevista da empresa Aptiv

what is memory leakage, how to avoid it?

Resposta da entrevista

Sigiloso

17 de fev. de 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