type runtime.pageCache
14 uses
runtime (current package)
mpagecache.go#L12: const pageCachePages = 8 * unsafe.Sizeof(pageCache{}.cache)
mpagecache.go#L18: type pageCache struct {
mpagecache.go#L26: func (c *pageCache) empty() bool {
mpagecache.go#L38: func (c *pageCache) alloc(npages uintptr) (uintptr, uintptr) {
mpagecache.go#L58: func (c *pageCache) allocN(npages uintptr) (uintptr, uintptr) {
mpagecache.go#L79: func (c *pageCache) flush(p *pageAlloc) {
mpagecache.go#L104: *c = pageCache{}
mpagecache.go#L116: func (p *pageAlloc) allocToCache() pageCache {
mpagecache.go#L122: return pageCache{}
mpagecache.go#L124: c := pageCache{}
mpagecache.go#L133: c = pageCache{
mpagecache.go#L146: return pageCache{}
mpagecache.go#L150: c = pageCache{
runtime2.go#L585: pcache pageCache
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |