eolas/zk/Stack_and_heap_memory.md
2024-04-16 07:30:05 +01:00

211 B

id title tags created
1fig Stack_and_heap_memory
memory
Tuesday, April 16, 2024

Stack and heap memory

During runtime programs make use of two types of memory: stack and heap.