Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blabla-my/CSAPP-malloclab
- Owner: blabla-my
- Created: 2021-05-29T03:10:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T03:15:46.000Z (over 3 years ago)
- Last Synced: 2024-08-02T19:33:01.765Z (3 months ago)
- Language: C
- Size: 647 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)