Skip to content

Commit e3c0c73

Browse files
author
Wei Li
committed
currently fifo is the best
1 parent 542b748 commit e3c0c73

File tree

1 file changed

+1
-1
lines changed
  • malloclab-handout

1 file changed

+1
-1
lines changed

malloclab-handout/mm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#endif
2525

2626

27-
#define ADDRESS_ORDER
27+
#define FIFO
2828
#ifdef LIFO
2929
#define insert_free_block insert_free_block_lifo
3030
#elif defined(FIFO)

0 commit comments

Comments
 (0)