Home
last modified time | relevance | path

Searched refs:persistentalloc (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmranges.go258 …ranges.array = (*notInHeap)(persistentalloc(unsafe.Sizeof(addrRange{})*uintptr(ranges.cap), goarch…
385 …ranges.array = (*notInHeap)(persistentalloc(unsafe.Sizeof(addrRange{})*uintptr(ranges.cap), goarch…
455 …ranges.array = (*notInHeap)(persistentalloc(unsafe.Sizeof(addrRange{})*uintptr(ranges.cap), goarch…
Dmspanset.go104 newSpine := persistentalloc(newCap*goarch.PtrSize, cpu.CacheLineSize, &memstats.gcMiscSys)
316 …return (*spanSetBlock)(persistentalloc(unsafe.Sizeof(spanSetBlock{}), cpu.CacheLineSize, &memstats…
Dmalloc.go773 r = (*heapArena)(persistentalloc(unsafe.Sizeof(*r), goarch.PtrSize, &memstats.gcMiscSys))
786 newArray := (*notInHeap)(persistentalloc(size, goarch.PtrSize, &memstats.gcMiscSys))
1026 return persistentalloc(size, align, &memstats.other_sys)
1559 func persistentalloc(size, align uintptr, sysStat *sysMemStat) unsafe.Pointer { func
Dmcheckmark.go48 bitmap = (*checkmarksMap)(persistentalloc(unsafe.Sizeof(*bitmap), 0, &memstats.gcMiscSys))
Dmfixalloc.go90 f.chunk = uintptr(persistentalloc(uintptr(f.nalloc), 0, f.stat))
Dmfinal.go108 finc = (*finblock)(persistentalloc(_FinBlockSize, 0, &memstats.gcMiscSys))
Dnetpoll.go698 mem := persistentalloc(n*pdSize, 0, &memstats.other_sys)
Diface.go77 …m = (*itab)(persistentalloc(unsafe.Sizeof(itab{})+uintptr(len(inter.Methods)-1)*goarch.PtrSize, 0,…
Dmprof.go239 b := (*bucket)(persistentalloc(size, 0, &memstats.buckhash_sys))
DHACKING.md228 * persistentalloc combines multiple smaller allocations into a single
Dmbitmap.go1456 x := (*[1 << 30]byte)(persistentalloc(n+1, 1, &memstats.buckhash_sys))[:n+1]
Dexport_test.go1829 return persistentalloc(n, 0, &memstats.other_sys)