sync/atomic.Pointer.Load
standard libraryThe 448th most-called standard-library method by production calls. Called 2,305 times across 137 modules; 1,800 of those run outside tests and generated code.
- prod calls
- 1,800
- non-test, non-generated
- all calls
- 2,305
- total callsites
- modules
- 137
- distinct callers
- in loop
- 8%
- of prod calls
- in tests
- 21%
- 495 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Concrete method100%A method on a value whose type is known exactly.
- Embedded method<1%Reached through an embedded type.
who calls this
Notable callers
Production calls into Pointer.Load from notable Go projects. Open one on the map to see what else it hammers.
- VictoriaMetrics 188 10%
- Kubernetes 94 5%
- MinIO 87 5%
- Cilium 86 5%
- gRPC 79 4%
where it's called
Callsites in the wild
12 representative callsites of 2,305, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
-
cockroachdb/pebble/v2 @v2.1.6
in loop - in loop
-
filippo.io/age @v1.3.1
internal/stream/stream.go:409
in loop - in loop
-
apernet/quic-go @v0.61.0
in loop - in loop
-
cloudflare/cloudflared @v0.0.0-20260722163246-3a2b45c2a511
in loop - in loop
-
google/gvisor @v0.0.0-20260805052044-b67f1412986c
in loop - in loop
top callers
The modules that reach for it
The modules that call Pointer.Load most in this snapshot.
- github.com/VictoriaMetrics/VictoriaMetrics1416%
- tailscale.com1175%
- github.com/google/gvisor1125%
- github.com/VictoriaMetrics/VictoriaLogs1065%
- github.com/dapr/dapr894%
siblings
More from sync/atomic
The other most-called members in this package. See all →