• Austin Clements's avatar
    runtime: make Go and C mallocgc signatures match · 489ff75a
    Austin Clements authored
    Previously, the flags argument to mallocgc was an int in Go,
    but a uint32 in C.  Change the Go type to use uint32 so these
    agree.  The largest flag value is 2 (and of course no flag
    values are negative), so this won't change anything on little
    endian architectures, but it matters on big endian.
    
    LGTM=rsc
    R=khr, rsc
    CC=golang-codereviews
    https://golang.org/cl/169920043
    489ff75a
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...