blabla-my / CSAPP-malloclab

97 points on traces. Optimization for the realloc and binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

malloc lab

  • fastbin + bins with 2**i size
  • optimization on binary traces
    • set special strategy in place()
  • optimization on realloc traces
    • coalesce previous and next blocks when realloc
    • set special strategy in place()

points : 97 = 57 (util) + 40 (thr)

About

97 points on traces. Optimization for the realloc and binary


Languages

Language:C 98.3%Language:Makefile 0.9%Language:C++ 0.8%