What is a “memory leak” in terms of video games?

587 viewsOtherTechnology

What is a “memory leak” in terms of video games?

In: Technology

18 Answers

Anonymous 0 Comments

If a program is working properly, it will gain permission to use a portion of random access memory (RAM), store info at that address, and then release the address when done, making it available to other programs. A memory leak is when the program fails to release the address and just keeps requesting more portions of RAM. This slows down the computer as it runs out of resources to share amongst all programs.

You are viewing 1 out of 18 answers, click here to view all answers.