Home
last modified time | relevance | path

Searched defs:linearAlloc (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmalloc.go1657 type linearAlloc struct { struct
1658 next uintptr // next free byte
1659 mapped uintptr // one byte past end of mapped space
1660 end uintptr // end of reserved space
1662 mapMemory bool // transition memory from Reserved to Ready if true
1665 func (l *linearAlloc) init(base, size uintptr, mapMemory bool) {
1678 func (l *linearAlloc) alloc(size, align uintptr, sysStat *sysMemStat) unsafe.Pointer {