const internal/abi.TFlagRegularMemory
8 uses
internal/abi (current package)
type.go#L114: TFlagRegularMemory TFlag = 1 << 3
internal/runtime/maps
map.go#L829: if t.TFlag&abi.TFlagRegularMemory != 0 {
reflect
type.go#L1889: ch.TFlag = abi.TFlagRegularMemory | abi.TFlagDirectIface
type.go#L2558: typ.TFlag = abi.TFlagRegularMemory
type.go#L2697: array.TFlag = typ.TFlag & abi.TFlagRegularMemory
value.go#L1690: if typ.TFlag&abi.TFlagRegularMemory != 0 {
value.go#L1719: if typ.TFlag&abi.TFlagRegularMemory != 0 {
runtime
alg.go#L216: if t.TFlag&abi.TFlagRegularMemory != 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |