Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1748)

Issue 14602043: code review 14602043: cmd/cgo: add wrappers for C.calloc and C.realloc, just ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by Dominik Honnef
Modified:
10 years, 6 months ago
Reviewers:
rsc, iant
CC:
golang-dev
Visibility:
Public.

Description

cmd/cgo: add wrappers for C.calloc and C.realloc, just like C.malloc Fixes issue 6506.

Patch Set 1 #

Patch Set 2 : diff -r 3f38e968e072 https://code.google.com/p/go #

Patch Set 3 : diff -r 3f38e968e072 https://code.google.com/p/go #

Patch Set 4 : diff -r 3f38e968e072 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -5 lines) Patch
M src/cmd/cgo/ast.go View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M src/cmd/cgo/out.go View 1 2 3 6 chunks +50 lines, -3 lines 0 comments Download
M src/pkg/runtime/cgo/callbacks.c View 1 2 chunks +9 lines, -1 line 0 comments Download
M src/pkg/runtime/cgo/gcc_util.c View 1 1 chunk +41 lines, -0 lines 0 comments Download
M src/pkg/runtime/cgocall.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/runtime/cgocall.c View 1 3 chunks +39 lines, -1 line 0 comments Download

Messages

Total messages: 4
Dominik Honnef
Hello r@golang.org, iant@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 6 months ago (2013-10-10 20:33:44 UTC) #1
iant
We just got a report for memcpy at http://golang.org/issue/6575 . It doesn't make sense to ...
10 years, 6 months ago (2013-10-13 03:39:07 UTC) #2
Dominik Honnef
Agreed. Closing this CL.
10 years, 6 months ago (2013-10-13 10:36:32 UTC) #3
Dominik Honnef
10 years, 6 months ago (2013-10-13 10:36:57 UTC) #4
*** Abandoned ***
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b