Home | History | Annotate | Download | only in runner

Lines Matching full:bfree

159 	bfree   *block  // list of free blocks
693 b := hc.bfree
697 hc.bfree = b.link
708 b.link = hc.bfree
709 hc.bfree = b