Last active
August 29, 2015 14:19
-
-
Save alphazero/dd1ad2ae7f6c91c06c79 to your computer and use it in GitHub Desktop.
ascii art 04132015.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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