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

Issue 7009044: runtime: add FreeOSMemory().

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by Sebastien Paolacci
Modified:
13 years, 6 months ago
Reviewers:
minux1, rsc, dvyukov
CC:
golang-dev
Visibility:
Public.

Description

runtime: add FreeOSMemory(). Fixes issue 4171. Update issue 4090.

Patch Set 1 #

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

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

Total comments: 2

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

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -72 lines) Patch
M api/next.txt View 1 1 chunk +1 line, -0 lines 1 comment Download
M src/pkg/runtime/malloc.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/runtime/malloc.goc View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M src/pkg/runtime/mem.go View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/runtime/mgc0.c View 1 2 3 4 chunks +12 lines, -10 lines 1 comment Download
M src/pkg/runtime/mheap.c View 1 2 3 4 chunks +69 lines, -62 lines 4 comments Download

Messages

Total messages: 6
Sebastien Paolacci
PTAL. It is supposed to be applied on top of 7002049, but codereview insists for ...
13 years, 6 months ago (2012-12-22 15:20:59 UTC) #1
minux1
On 2012/12/22 15:20:59, Sebastien Paolacci wrote: > It is supposed to be applied on top ...
13 years, 6 months ago (2012-12-22 15:28:44 UTC) #2
minux1
https://codereview.appspot.com/7009044/diff/4005/api/next.txt File api/next.txt (right): https://codereview.appspot.com/7009044/diff/4005/api/next.txt#newcode345 api/next.txt:345: pkg runtime, func FreeOSMemory() please don't change api/next.txt in ...
13 years, 6 months ago (2012-12-22 15:31:41 UTC) #3
rsc
please drop (). from CL description https://codereview.appspot.com/7009044/diff/3005/api/next.txt File api/next.txt (right): https://codereview.appspot.com/7009044/diff/3005/api/next.txt#newcode345 api/next.txt:345: pkg runtime, func ...
13 years, 6 months ago (2013-01-02 22:51:13 UTC) #4
dvyukov
https://codereview.appspot.com/7009044/diff/3005/src/pkg/runtime/mheap.c File src/pkg/runtime/mheap.c (right): https://codereview.appspot.com/7009044/diff/3005/src/pkg/runtime/mheap.c#newcode334 src/pkg/runtime/mheap.c:334: s->npreleased = t->npreleased; Is this change correct if we ...
13 years, 6 months ago (2013-01-03 09:52:44 UTC) #5
Sebastien Paolacci
13 years, 6 months ago (2013-01-06 09:38:03 UTC) #6
On 2012/12/22 15:28:44, minux wrote:
> On 2012/12/22 15:20:59, Sebastien Paolacci wrote:
> > It is supposed to be applied on top of 7002049, but codereview insists for
> > grabbing both of them into that CL.
> You can wait until that CL is submitted and then mail this CL.
> (mailing two CLs with dependencies is possible but is very
> error-prone.)

You're right, this CL is indeed a mess. I apologize for that.

Please hold until 7002049 is submitted, I'll rebase/fix then.

Thanks,
Sebastien
Sign in to reply to this message.

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