瀏覽代碼

change information

homework4
邓博昊 9 月之前
父節點
當前提交
abc49ae458
共有 8 個檔案被更改,包括 6 行新增6 行删除
  1. +1
    -1
      Makefile
  2. +1
    -1
      config.h
  3. 二進制
      fsecs.o
  4. 二進制
      ftimer.o
  5. 二進制
      mdriver
  6. 二進制
      mdriver.o
  7. +4
    -4
      mm.c
  8. 二進制
      mm.o

+ 1
- 1
Makefile 查看文件

@ -6,7 +6,7 @@ VERSION = 1
HANDINDIR = /afs/cs.cmu.edu/academic/class/15213-f01/malloclab/handin
CC = gcc
CFLAGS = -Wall -O2 -m32
CFLAGS = -Wall -O2 -m32 -ggdb
OBJS = mdriver.o mm.o memlib.o fsecs.o fcyc.o clock.o ftimer.o

+ 1
- 1
config.h 查看文件

@ -12,7 +12,7 @@
* This is the default path where the driver will look for the
* default tracefiles. You can override it at runtime with the -t flag.
*/
#define TRACEDIR "/home/aqua/桌面/malloclab"
#define TRACEDIR "/home/aqua/malloclab/traces/"
/*
* This is the list of default tracefiles in TRACEDIR that the driver

二進制
fsecs.o 查看文件


二進制
ftimer.o 查看文件


二進制
mdriver 查看文件


二進制
mdriver.o 查看文件


+ 4
- 4
mm.c 查看文件

@ -26,13 +26,13 @@ team_t team = {
/* Team name */
"ateam",
/* First member's full name */
"Harry Bovik",
"Deng Bohao",
/* First member's email address */
"bovik@cs.cmu.edu",
"10225501432@stu.ecnu.edu.cn",
/* Second member's full name (leave blank if none) */
"",
"Deng Bohao",
/* Second member's email address (leave blank if none) */
""
"10225501432@stu.ecnu.edu.cn"
};
/* single word (4) or double word (8) alignment */

二進制
mm.o 查看文件


Loading…
取消
儲存