A memory structure that stores memory without organization. Anything in the heap must be accessed with an Address. Heap is a collection of Heap Chunk
Concepts
- Memory Arena
- Heap Chunk
- Chunk Coalescing
- Chunk Splitting
- Basic Model of the Heap
- Defragmentation
- Bin
- Heap Allocator
- Heap Security Lifecycle
- Thread Local Caching
- Chunk Metadata Overlapping