• Austin Clements's avatar
    runtime: tidy mheap.freeSpan · 3f86d7cc
    Austin Clements authored
    freeSpan currently takes a mysterious "acct int32" argument. This is
    really just a boolean and actually just needs to match the "large"
    argument to alloc in order to balance out accounting.
    
    To make this clearer, replace acct with a "large bool" argument that
    must match the call to mheap.alloc.
    
    Change-Id: Ibc81faefdf9f0583114e1953fcfb362e9c3c76de
    Reviewed-on: https://go-review.googlesource.com/c/138655
    Run-TryBot: Austin Clements <austin@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    3f86d7cc
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...