搜索:malloc
找到约 48 项符合「malloc」的查询结果
结果 48
按分类筛选
- 全部
- 源码 (6)
- 其他 (6)
- 数据结构 (5)
- 技术资料 (4)
- 操作系统开发 (3)
- 单片机开发 (3)
- Linux/Unix编程 (2)
- 嵌入式/单片机编程 (2)
- 嵌入式Linux (2)
- 软件设计/软件工程 (2)
- Linux/uClinux/Unix编程 (1)
- 书籍源码 (1)
- 嵌入式综合 (1)
- 电子书籍 (1)
- Internet/网络编程 (1)
- 编译器/解释器 (1)
- 文件格式 (1)
- 数学计算 (1)
- 人工智能/神经网络 (1)
- VxWorks (1)
- Windows CE (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
https://www.eeworm.com/dl/979076.html
技术资料
malloc,calloc和realoc的小结
动态分配看起来很简单,但是还有很多时候让我们吃尽苦头!malloc,calloc和realoc的小结,分享给大家!初学者学习,大神不要吐槽~~
https://www.eeworm.com/dl/531/227427.html
操作系统开发
减少内存碎片的malloc分配函数
减少内存碎片的malloc分配函数,非常不错,可以用于LINUX, WIN32 ,VXWORKS
https://www.eeworm.com/dl/684/409650.html
软件设计/软件工程
FreeBSD-7 kernel malloc source code analysis
FreeBSD-7 kernel malloc source code analysis
https://www.eeworm.com/dl/532/186005.html
书籍源码
malloc source code _C CUSTOMIZED MEMORY ALLOCATORS_ by Paul Anderson
malloc source code _C CUSTOMIZED MEMORY ALLOCATORS_
by Paul Anderson
https://www.eeworm.com/dl/620/112954.html
Internet/网络编程
The Gray Watson debugging malloc library is C source code for a drop in replacement for the system m
The Gray Watson debugging malloc library is C source code for a drop in replacement for the system malloc & other memory manage ment routines. What is unique about this library is that it contains a number of powerful debugging facilities including very comprehensive heap testing ...