Skip to content

97 points on traces. Optimization for the realloc and binary

Notifications You must be signed in to change notification settings

blabla-my/CSAPP-malloclab

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages