搜索资源列表
GWMALLOC
- 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 v
malloc4
- 自己编写实现malloc函数,并使用哈希表优化。-Malloc function to write your own realization and optimization using the hash table.
malloclab-handout
- CSAPP malloc实验的优化,以及几个运行的实例。-CSAPP malloc experiment optimization, and several running examples.
neicunguanli
- #define TotalMemSize 1024 /*划分的物理块的大小,地址范围0~1023*/ #define MinSize 2 /*规定的不再分割的剩余分区的大小*/ #define getpch(type) (type*)malloc(sizeof(type)) -# Define TotalMemSize 1024/* division of the physical block size, address range 0 ~ 1023* /# Define MinSi
queue
- stack. queue. Data structure of stacks and queues. Some basic idea about data structure and array.-stack. queue. Data structure of stacks and queues. Some basic idea about data structure and array. dynamic , malloc
xmlparser
- XML解析器在XML文件中载入一个满内存,它解析文件,它会产生一个树结构代表XML文件。当然,你也可以解析XML数据,你已经储存自己变成一个内存缓冲区中。此后,你可以很轻易地“探”树,让你的数据。你也可以使用“添加修改树”和“删除”功能和再生一个XML字符串从subtree格式化。-Here is how it works: The XML parser loads a full XML file in memory, it parses the file and it generates a
ip_query_addr
- 参考了部分网络上ip地址查询源码, 修正了其bug, 添加了gbk与utf8格式支持, 所有地址数据都改为malloc存储在内存中 -Reference to the part of the network on the ip address lookup source, amended its bug, added gbk with utf8 format support, all the address data are stored in memory to ma
mallocpool-0.9.4.tar
- malloc pool 内存池实现原理及源代码-malloc pool