Added getSizeClass

This commit is contained in:
TuDatTr
2021-01-24 21:46:07 +01:00
parent fcff089f20
commit 96fcf9f5c4
2 changed files with 35 additions and 36 deletions

View File

@@ -2,8 +2,8 @@
# Students' Makefile for the Malloc Lab
#
CC = gcc
CFLAGS = -Wall -O2 -m32
# CFLAGS = -Wall -O0 -m32 -g03 -pg
# CFLAGS = -Wall -O2 -m32
CFLAGS = -Wall -O0 -m32 -g03 -pg
OBJS = mdriver.o mm.o memlib.o fsecs.o fcyc.o clock.o ftimer.o