Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-21fa
project04
Commits
3f50fb48
Commit
3f50fb48
authored
4 years ago
by
Caleb C. Sander
Browse files
Options
Download
Email Patches
Plain Diff
Fix header comments
parent
414018ea
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/mm-explicit.c
+3
-4
src/mm-explicit.c
src/mm-implicit.c
+4
-3
src/mm-implicit.c
with
7 additions
and
7 deletions
+7
-7
src/mm-explicit.c
View file @
3f50fb48
/*
/*
* mm-implicit.c - The best malloc package EVAR!
* mm-explicit.c - The best malloc package EVAR!
*
*
* TODO (bug): mm_realloc and mm_calloc don't seem to be working...
* TODO (bug): Uh..this is an implicit list???
* TODO (bug): The allocator doesn't re-use space very well...
*/
*/
#include <assert.h>
#include <assert.h>
...
...
This diff is collapsed.
Click to expand it.
src/mm-implicit.c
View file @
3f50fb48
/*
/*
* mm-explicit.c - The best malloc package EVAR!
* mm-implicit.c - The best malloc package EVAR!
*
*
* TODO (bug): Uh..this is an implicit list???
* TODO (bug): mm_realloc and mm_calloc don't seem to be working...
* TODO (bug): The allocator doesn't re-use space very well...
*/
*/
#include <assert.h>
#include <assert.h>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help