搜索:malloc
找到约 35 项符合「malloc」的查询结果
结果 35
按分类筛选
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/979076.html
技术资料
malloc,calloc和realoc的小结
动态分配看起来很简单,但是还有很多时候让我们吃尽苦头!malloc,calloc和realoc的小结,分享给大家!初学者学习,大神不要吐槽~~
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/531/227427.html
操作系统开发
减少内存碎片的malloc分配函数
减少内存碎片的malloc分配函数,非常不错,可以用于LINUX, WIN32 ,VXWORKS
https://www.eeworm.com/dl/662/189877.html
VxWorks
This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley
This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley "bucket" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tries to minimize fragmentation while keeping the speed/space re ...