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

Issue 3271041: code review 3271041: runtime: fix SysFree to really free memory on Windows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by brainman
Modified:
14 years, 3 months ago
Reviewers:
CC:
golang-dev, peterGo, iant
Visibility:
Public.

Description

runtime: fix SysFree to really free memory on Windows Fixes issue 1294.

Patch Set 1 #

Patch Set 2 : code review 3271041: runtime: fix SysFree to really free memory on Windows #

Patch Set 3 : code review 3271041: runtime: fix SysFree to really free memory on Windows #

Total comments: 1

Patch Set 4 : code review 3271041: runtime: fix SysFree to really free memory on Windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -2 lines) Patch
M src/pkg/runtime/windows/mem.c View 2 chunks +21 lines, -2 lines 0 comments Download

Messages

Total messages: 5
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change.
14 years, 3 months ago (2010-11-23 05:48:44 UTC) #1
peterGo
LGTM
14 years, 3 months ago (2010-11-23 07:42:48 UTC) #2
iant
http://codereview.appspot.com/3271041/diff/6001/src/pkg/runtime/windows/mem.c File src/pkg/runtime/windows/mem.c (right): http://codereview.appspot.com/3271041/diff/6001/src/pkg/runtime/windows/mem.c#newcode51 src/pkg/runtime/windows/mem.c:51: r = (uintptr)runtime·stdcall(runtime·VirtualFree, 3, v, 0, MEM_RELEASE); You seem ...
14 years, 3 months ago (2010-11-23 16:38:17 UTC) #3
iant
LGTM Oh, never mind, I looked up the docs.
14 years, 3 months ago (2010-11-23 16:39:05 UTC) #4
brainman
14 years, 3 months ago (2010-11-24 00:47:42 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=b2a35b558ce9 ***

runtime: fix SysFree to really free memory on Windows

Fixes issue 1294.

R=golang-dev, PeterGo, iant
CC=golang-dev
http://codereview.appspot.com/3271041
Sign in to reply to this message.

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