Documentation ¶
Index ¶
- type Alloc
- func (a *Alloc) Debug(name string) func()
- func (a *Alloc) Free()
- func (a *Alloc) FreeReg() int
- func (a *Alloc) Value() *Value
- func (a *Alloc) ValueFrom(m Mem) *Value
- func (a *Alloc) ValueWith(m Mem) *Value
- func (a *Alloc) Values(n int) []*Value
- func (a *Alloc) ValuesFrom(n int, m Mem) []*Value
- func (a *Alloc) ValuesWith(n int, m Mem) []*Value
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alloc ¶
type Alloc struct {
// contains filtered or unexported fields
}
func (*Alloc) ValuesFrom ¶
func (*Alloc) ValuesWith ¶
Click to show internal directories.
Click to hide internal directories.