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

Method At

gapis/memory/pool.go:129–131  ·  view source on GitHub ↗

At returns an unbounded Data starting at p.

(addr uint64)

Source from the content-addressed store, hash-verified

127
128// At returns an unbounded Data starting at p.
129func (m *Pool) At(addr uint64) Data {
130 return m.Slice(Range{Base: addr, Size: ^uint64(0) - addr})
131}
132
133// Write copies the data src to the address dst.
134func (m *Pool) Write(dst uint64, src Data) {

Callers 2

toGPUImageFunction · 0.45
LoadPointerFunction · 0.45

Calls 1

SliceMethod · 0.95

Tested by

no test coverage detected