Exemplo n.º 1
0
func (r *VMem) ReStart() {
	C.resetVMem(r.head)
}
Exemplo n.º 2
0
func (r *VMem) Start() {
	r.head._brk = 0
	C.resetVMem(r.head)
}