func (r *VMem) ReStart() { C.resetVMem(r.head) }
func (r *VMem) Start() { r.head._brk = 0 C.resetVMem(r.head) }