Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 435 Bytes

File metadata and controls

25 lines (13 loc) · 435 Bytes

csapp_lab

malloc

implict free list

first fit + no boundary tag

image-20240519212506665

best fit + no boundary tag

image-20240522234136688

explicit free list

LIFO

屏幕截图 2024-06-03 000322

Segregated List

内存利用率有待优化

image-20240623102447981