Home
last modified time | relevance | path

Searched refs:logPallocChunkPages (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmpagealloc_64bit.go61 logPallocChunkPages + 4*summaryLevelBits,
62 logPallocChunkPages + 3*summaryLevelBits,
63 logPallocChunkPages + 2*summaryLevelBits,
64 logPallocChunkPages + 1*summaryLevelBits,
65 logPallocChunkPages,
Dmpagealloc_32bit.go52 logPallocChunkPages + 3*summaryLevelBits,
53 logPallocChunkPages + 2*summaryLevelBits,
54 logPallocChunkPages + 1*summaryLevelBits,
55 logPallocChunkPages,
Dmpagealloc.go58 pallocChunkPages = 1 << logPallocChunkPages
60 logPallocChunkPages = 9 const
61 logPallocChunkBytes = logPallocChunkPages + pageShift
978 logMaxPackedValue = logPallocChunkPages + (summaryLevels-1)*summaryLevelBits
Dmgcscavenge.go1271 logScavChunkInUseMax = logPallocChunkPages + 1