Home
last modified time | relevance | path

Searched defs:PallocBits (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmpallocbits_test.go16 func checkPallocBits(t *testing.T, got, want *PallocBits) bool {
96 func invertPallocBits(b *PallocBits) {
Dexport_test.go703 type PallocBits pallocBits type
715 func SummarizeSlow(b *PallocBits) PallocSum {
742 func DiffPallocBits(a, b *PallocBits) []BitRange {
770 func StringifyPallocBits(b *PallocBits, r BitRange) string {
792 func (d *PallocData) PallocBits() *PallocBits { func