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

Struct poolSlice

gapis/memory/pool.go:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68type poolSlice struct {
69 rng Range // The memory range of the slice.
70 writes poolWriteList // The list of writes to the pool when this slice was created.
71}
72
73const (
74 // ApplicationPool is the PoolID of Pool representing the application's memory

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected