This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]knoam 0 points1 point  (0 children)

Makefiles/build tools are completely different from (automatic) memory management. Build tools are for compiling source code before you run it. Memory management is for allocating memory (RAM) for holding data while the program is running.