Created
November 1, 2020 18:18
-
-
Save marawannwh/5995d6823a2ba04df81cd7f42d5df6c3 to your computer and use it in GitHub Desktop.
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
type hmap struct { | |
count int | |
flags uint8 | |
B uint8 | |
noverflow uint16 | |
hash0 uint32 | |
buckets unsafe.Pointer | |
oldbuckets unsafe.Pointer | |
nevacuate uintptr | |
extra *mapextra | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment