Search code examples
programming-languages

what is the memory footprint?


what does it mean by memory footprint of a program?


Solution

  • Quoting wikipedia :

    Memory footprint refers to the amount of main memory that a program uses or references while running.

    (and more I didn't copy-paste)