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!
*
* TODO (bug): mm_realloc and mm_calloc don't seem to be working...
* TODO (bug): The allocator doesn't re-use space very well...
* mm-explicit.c - The best malloc package EVAR!
*
* TODO (bug): Uh..this is an implicit list???
*/
#include <assert.h>
......
/*
* mm-explicit.c - The best malloc package EVAR!
*
* TODO (bug): Uh..this is an implicit list???
* mm-implicit.c - The best malloc package EVAR!
*
* 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>
......
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