Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blabla-my/CSAPP-malloclab

97 points on traces. Optimization for the realloc and binary
https://github.com/blabla-my/CSAPP-malloclab

Last synced: 4 days ago
JSON representation

97 points on traces. Optimization for the realloc and binary

Awesome Lists containing this project

README

        

**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)