Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

youjuice/Malloc-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

Malloc_Lab 과제

Implicit List

First Fit

Results for mm malloc:
Perf index = 44 (util) + 13 (thru) = 58/100

Next Fit

Results for mm malloc:
Perf index = 44 (util) + 40 (thru) = 84/100

Best Fit

Results for mm malloc:
Perf index = 45 (util) + 12 (thru) = 57/100

Explicit List

Results for mm malloc:
Perf index = 42 (util) + 40 (thru) = 82/100

Segregated List

Results for mm malloc:
Perf index = 44 (util) + 40 (thru) = 84/100

Segregated List + Reallocate 함수 최적화 (Final)

Results for mm malloc:
Perf index = 50 (util) + 40 (thru) = 90/100

About

CS:APP Malloc Lab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /