Searched refs:persistentalloc (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | mranges.go | 258 …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…
|
D | mspanset.go | 104 newSpine := persistentalloc(newCap*goarch.PtrSize, cpu.CacheLineSize, &memstats.gcMiscSys) 316 …return (*spanSetBlock)(persistentalloc(unsafe.Sizeof(spanSetBlock{}), cpu.CacheLineSize, &memstats…
|
D | malloc.go | 773 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
|
D | mcheckmark.go | 48 bitmap = (*checkmarksMap)(persistentalloc(unsafe.Sizeof(*bitmap), 0, &memstats.gcMiscSys))
|
D | mfixalloc.go | 90 f.chunk = uintptr(persistentalloc(uintptr(f.nalloc), 0, f.stat))
|
D | mfinal.go | 108 finc = (*finblock)(persistentalloc(_FinBlockSize, 0, &memstats.gcMiscSys))
|
D | netpoll.go | 698 mem := persistentalloc(n*pdSize, 0, &memstats.other_sys)
|
D | iface.go | 77 …m = (*itab)(persistentalloc(unsafe.Sizeof(itab{})+uintptr(len(inter.Methods)-1)*goarch.PtrSize, 0,…
|
D | mprof.go | 239 b := (*bucket)(persistentalloc(size, 0, &memstats.buckhash_sys))
|
D | HACKING.md | 228 * persistentalloc combines multiple smaller allocations into a single
|
D | mbitmap.go | 1456 x := (*[1 << 30]byte)(persistentalloc(n+1, 1, &memstats.buckhash_sys))[:n+1]
|
D | export_test.go | 1829 return persistentalloc(n, 0, &memstats.other_sys)
|