Commit 3f50fb48 authored by Caleb C. Sander's avatar Caleb C. Sander
Browse files

Fix header comments

parent 414018ea
No related merge requests found
Showing with 7 additions and 7 deletions
+7 -7
/* /*
* 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>
......
/* /*
* 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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment