runtime.hmap.growing (method)
22 uses
runtime (current package)
map.go#L599: if h.growing() {
map.go#L647: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map.go#L712: if h.growing() {
map.go#L874: if h.growing() && it.B == h.B {
map.go#L1090: func (h *hmap) growing() bool {
map.go#L1119: if h.growing() {
map_fast32.go#L114: if h.growing() {
map_fast32.go#L155: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_fast32.go#L204: if h.growing() {
map_fast32.go#L245: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_fast32.go#L290: if h.growing() {
map_fast32.go#L368: if h.growing() {
map_fast64.go#L114: if h.growing() {
map_fast64.go#L155: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_fast64.go#L204: if h.growing() {
map_fast64.go#L245: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_fast64.go#L290: if h.growing() {
map_fast64.go#L370: if h.growing() {
map_faststr.go#L225: if h.growing() {
map_faststr.go#L271: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_faststr.go#L316: if h.growing() {
map_faststr.go#L393: if h.growing() {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |