126 - Memory Layout
Solidity places new memory objects at the free memory pointer and memory is never freed.
The free memory pointer points to 0x80
initially.
- New Memory Objects
- Free Pointer
- Memory -> Never Freed
- Free Memory Pointer -> Initially 0x80
- Security: Memory Manipulations in Assembly