func runtime.evacuated
16 uses
runtime (current package)
map.go#L202: func evacuated(b *bmap) bool {
map.go#L422: if !evacuated(oldb) {
map.go#L480: if !evacuated(oldb) {
map.go#L524: if !evacuated(oldb) {
map.go#L881: if !evacuated(b) {
map.go#L1126: return evacuated(b)
map.go#L1140: if !evacuated(b) {
map_fast32.go#L37: if !evacuated(oldb) {
map_fast32.go#L77: if !evacuated(oldb) {
map_fast32.go#L376: if !evacuated(b) {
map_fast64.go#L37: if !evacuated(oldb) {
map_fast64.go#L77: if !evacuated(oldb) {
map_fast64.go#L378: if !evacuated(b) {
map_faststr.go#L88: if !evacuated(oldb) {
map_faststr.go#L183: if !evacuated(oldb) {
map_faststr.go#L401: if !evacuated(b) {
![]() |
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. |