github.com/google/pprof/profile.Mapping.Limit (field)

15 uses

	github.com/google/pprof/profile (current package)
		encode.go#L453: 	encodeUint64Opt(b, 3, p.Limit)
		encode.go#L467: 	func(b *buffer, m message) error { return decodeUint64(b, &m.(*Mapping).Limit) },         // optional uint64 memory_limit = 3
		legacy_profile.go#L198: 			if len(p.Mapping) > 1 && m.Limit == p.Mapping[1].Start {
		legacy_profile.go#L224: 			if m.Start <= a && a < m.Limit {
		legacy_profile.go#L245: 				Limit: ^uint64(0),
		legacy_profile.go#L1063: 	if mapping.Limit, err = strconv.ParseUint(end, 16, 64); err != nil {
		merge.go#L306: 		Limit:           src.Limit,
		merge.go#L331: 	size := m.Limit - m.Start
		profile.go#L97: 	Limit           uint64
		profile.go#L237: 				lm.Limit = m.Limit
		profile.go#L289: 	if m1.Limit != m2.Start {
		profile.go#L293: 		offset := m1.Offset + (m1.Limit - m1.Start)
		profile.go#L584: 		m.Start, m.Limit, m.Offset,