]> Cypherpunks repositories - gostls13.git/commit
Change malloc.Lookup to return the size as uintptr rather than
authorIan Lance Taylor <iant@golang.org>
Fri, 16 Jan 2009 23:03:22 +0000 (15:03 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 16 Jan 2009 23:03:22 +0000 (15:03 -0800)
commit03c40f5122eeb9b9abc4492c043af9e033c1503a
tree2a3b29481f6e2cc91f4bd6c61a0ed9fcda5760d4
parent6e4b9c696f71ab416079ee901a157f24f6ae6bcf
Change malloc.Lookup to return the size as uintptr rather than
uint64.  This changes the Go code to be consistent with the C
code.

R=rsc
DELTA=6  (0 added, 0 deleted, 6 changed)
OCL=22983
CL=22987
src/lib/malloc.go
test/mallocrep1.go