MCPcopy Create free account
hub / github.com/google/gapid / ptr

Struct ptr

gapis/memory/pointer.go:76–79  ·  view source on GitHub ↗

ptr is a pointer to a basic type.

Source from the content-addressed store, hash-verified

74
75// ptr is a pointer to a basic type.
76type ptr struct {
77 addr uint64
78 elTy reflect.Type
79}
80
81var (
82 _ Pointer = ptr{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected