Skip to content

Instantly share code, notes, and snippets.

@alphazero
Last active August 29, 2015 14:19
Show Gist options
  • Save alphazero/dd1ad2ae7f6c91c06c79 to your computer and use it in GitHub Desktop.
Save alphazero/dd1ad2ae7f6c91c06c79 to your computer and use it in GitHub Desktop.
ascii art 04132015.0
0x---1000 0x---2000 # v.mem address space and v.mem page alignments
| 0x---1080 | 0x--------2080 # ~ and allocated [512]uint64 page bucket array
| | r1 r2 | r3|
----|-------------*-- /.../ -*----|-*------
| |
bucket[n] bucket[n+1] # Go d.s. as allocated - word aligned
- swap bucket[n][r1] with bucket[n][r3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment