Skip to content

Instantly share code, notes, and snippets.

@CodeSandwich
Created March 26, 2018 12:37
Show Gist options
  • Save CodeSandwich/5f34b2c2dcbfe88f4e622e78322fd466 to your computer and use it in GitHub Desktop.
Save CodeSandwich/5f34b2c2dcbfe88f4e622e78322fd466 to your computer and use it in GitHub Desktop.
main {
...
A = <pointer to>──────┐
... |
} │
╔══ HEAP ALLOCATED ════════╗
║ AA = "reachable" ║
║ AB = <pointer to>──────┐ ║
╚════════════════════════│═╝
╔══ HEAP ALLOCATED ════════╗
║ ABA = "also reachable" ║
╚══════════════════════════╝
╔══ HEAP ALLOCATED ════════╗
║ BA = "unreachable" ║
║ BB = <pointer to>──────┐ ║
╚════════════════════════│═╝
╔══ HEAP ALLOCATED ════════╗
║ BBA = "also unreachable" ║
╚══════════════════════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment