Thursday, March 28, 2024 11:21

Posts Tagged ‘memory’

Stack vs Heap memory

Wednesday, August 15th, 2018

Today we are going to talk all about memory. There are multiple types of memory when it comes to software, but for now we are only interested in two of them: the Stack and the Heap. Whenever we execute a program, its instructions are loaded into the RAM of the computer, and the operating system will allocate a bunch of physical RAM, so that the executable can run.… Read more


Follow the white rabbit