Searched defs:linearAlloc (Results 1 – 1 of 1) sorted by relevance
1657 type linearAlloc struct { struct1658 next uintptr // next free byte1659 mapped uintptr // one byte past end of mapped space1660 end uintptr // end of reserved space1662 mapMemory bool // transition memory from Reserved to Ready if true1665 func (l *linearAlloc) init(base, size uintptr, mapMemory bool) {1678 func (l *linearAlloc) alloc(size, align uintptr, sysStat *sysMemStat) unsafe.Pointer {