Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
1a0bde24
Commit
1a0bde24
authored
Jan 13, 2009
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add USED declarations for SysUnused parameters.
R=rsc DELTA=2 (2 added, 0 deleted, 0 changed) OCL=22640 CL=22642
parent
9b8da82d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
malloc.c
src/runtime/malloc.c
+2
-0
No files found.
src/runtime/malloc.c
View file @
1a0bde24
...
...
@@ -170,6 +170,8 @@ SysAlloc(uintptr n)
void
SysUnused
(
void
*
v
,
uintptr
n
)
{
USED
(
v
);
USED
(
n
);
// TODO(rsc): call madvise MADV_DONTNEED
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment