type runtime.pallocBits

13 uses

	runtime (current package)
		mpallocbits.go#L121: type pallocBits pageBits
		mpallocbits.go#L124: func (b *pallocBits) summarize() pallocSum {
		mpallocbits.go#L227: func (b *pallocBits) find(npages uintptr, searchIdx uint) (uint, uint) {
		mpallocbits.go#L241: func (b *pallocBits) find1(searchIdx uint) uint {
		mpallocbits.go#L263: func (b *pallocBits) findSmallN(npages uintptr, searchIdx uint) (uint, uint) {
		mpallocbits.go#L302: func (b *pallocBits) findLargeN(npages uintptr, searchIdx uint) (uint, uint) {
		mpallocbits.go#L339: func (b *pallocBits) allocRange(i, n uint) {
		mpallocbits.go#L344: func (b *pallocBits) allocAll() {
		mpallocbits.go#L349: func (b *pallocBits) free1(i uint) {
		mpallocbits.go#L354: func (b *pallocBits) free(i, n uint) {
		mpallocbits.go#L359: func (b *pallocBits) freeAll() {
		mpallocbits.go#L366: func (b *pallocBits) pages64(i uint) uint64 {
		mpallocbits.go#L410: 	pallocBits