internal/runtime/maps.Map.Used (method)
18 uses
internal/runtime/maps (current package)
map.go#L397: func (m *Map) Used() uint64 {
map.go#L408: if m.Used() == 0 {
map.go#L427: if m.Used() == 0 {
map.go#L648: if m == nil || m.Used() == 0 {
map.go#L736: if m == nil || m.Used() == 0 && !m.tombstonePossible {
runtime.go#L70: if m == nil || m.Used() == 0 {
runtime.go#L145: if m == nil || m.Used() == 0 {
runtime_fast32.go#L22: if m == nil || m.Used() == 0 {
runtime_fast32.go#L92: if m == nil || m.Used() == 0 {
runtime_fast32.go#L472: if m == nil || m.Used() == 0 {
runtime_fast64.go#L22: if m == nil || m.Used() == 0 {
runtime_fast64.go#L92: if m == nil || m.Used() == 0 {
runtime_fast64.go#L512: if m == nil || m.Used() == 0 {
runtime_faststr.go#L108: if m == nil || m.Used() == 0 {
runtime_faststr.go#L168: if m == nil || m.Used() == 0 {
runtime_faststr.go#L409: if m == nil || m.Used() == 0 {
runtime
map.go#L292: return int(m.Used())
map.go#L309: return int(m.Used())
![]() |
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. |