X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fmalloc.c;h=f6f803b9b6dc437a25876928679ab393176c086d;hb=c738c0027533b8156332f13477ce1cac79d016b5;hp=8e5861ccf23651fb6ae880abce695f8b006f5249;hpb=ad463f508ae96156401eaadf92e5801ba393e63d;p=pintos-anon diff --git a/src/threads/malloc.c b/src/threads/malloc.c index 8e5861c..f6f803b 100644 --- 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 calloc(). */ + malloc(), calloc(), or realloc(). */ void free (void *p) {