readme

来自「ICS 课程的Lab6」· 代码 · 共 36 行

TXT
36
字号
###################################################################### CS:APP Malloc Lab# Test Harness## Copyright (c) 2002, R. Bryant and D. O'Hallaron, All rights reserved.# May not be used, modified, or copied without permission.#######################################################################Files:Makefile	Builds the test harnessREADME		This filemm.c@		Your solution malloc packagemm.h		mtest*		The test harness binary and source filemtest.ctraces/		Trace filesSupport Files for Test Harnessclock.c		Routines for accessing the Pentium and Alpha cycle countersclock.hconfig.h	Configures the malloc lab test harnessfcyc.c		Timer functions based on cycle countersfcyc.hfsecs.c		Wrapper function for the different timer packagesfsecs.hftimer.c	Timer functions based on interval timers and gettimeofday()ftimer.hmemlib.c	Models the heap and sbrk functionmemlib.h	

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?