Heap

2024-11-20T14:49:59+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , |

What is a heap? The heap is a dynamic memory and therefore a memory area from which computers can request contiguous memory sections at program runtime and release them again in any order. This makes heap memory an alternative to local stack memory.