projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad463f5
)
Comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 20 May 2006 22:00:32 +0000
(22:00 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 20 May 2006 22:00:32 +0000
(22:00 +0000)
src/threads/malloc.c
patch
|
blob
|
history
diff --git
a/src/threads/malloc.c
b/src/threads/malloc.c
index 8e5861ccf23651fb6ae880abce695f8b006f5249..f6f803b9b6dc437a25876928679ab393176c086d 100644
(file)
--- a/
src/threads/malloc.c
+++ b/
src/threads/malloc.c
@@
-214,7
+214,7
@@
realloc (void *old_block, size_t new_size)
}
/* Frees block P, which must have been previously allocated with
- malloc()
or c
alloc(). */
+ malloc()
, calloc(), or re
alloc(). */
void
free (void *p)
{