Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fengzixu/malloc-fuction
自己实现malloc,calloc,realloc,free函数
https://github.com/fengzixu/malloc-fuction
Last synced: 6 days ago
JSON representation
自己实现malloc,calloc,realloc,free函数
- Host: GitHub
- URL: https://github.com/fengzixu/malloc-fuction
- Owner: fengzixu
- Created: 2014-11-17T14:43:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T17:20:16.000Z (almost 10 years ago)
- Last Synced: 2023-02-26T21:26:12.681Z (over 1 year ago)
- Language: C
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
malloc-fuction
==============自己实现malloc,calloc,realloc,free函数
算是接触一下系统编程吧,不知道算不算,感觉搞搞和系统贴近的东西不错2014/11/17 22:46完成malloc和calloc的创建。
2014/11/19 01:18完成calloc free realloc 函数,并且最malloc函数进行了测试。