Searched defs:pageCache (Results 1 – 4 of 4) sorted by relevance
18 type pageCache struct { struct19 base uintptr // base address of the chunk20 cache uint64 // 64-bit bitmap representing free pages (1 means free)21 scav uint64 // 64-bit bitmap representing scavenged pages (1 means scavenged)25 func (c *pageCache) empty() bool {37 func (c *pageCache) alloc(npages uintptr) (uintptr, uintptr) {57 func (c *pageCache) allocN(npages uintptr) (uintptr, uintptr) {78 func (c *pageCache) flush(p *pageAlloc) {
META-INF/ META-INF/MANIFEST.MF NOTICE META-INF/JavaPsiPlugin.xml ...
META-INF/ META-INF/MANIFEST.MF META-INF/AL2.0 META ...