搜索资源列表
process
- 简单轮转法进程调度 #include "stdio.h" #define getpch(type) (type*)malloc(sizeof(type)) struct pcb { /* 定义进程控制块PCB */ char name[10] char state /*状态 */ int ntime /*需要的运行时间 */ int rtime /*已执行的时间 */ struct pcb* link /*下一个进程控制块的地址 */
malloc_thread_test
- malloc分配内存时多线程测试,说明malloc并不是线程安全的-multi-threaded malloc () memory tests, indicating that malloc is not thread-safe
cdjtcench
- Strengthen memory leak detection program written in vc + +, and testing of new and malloc, com - -based memory leaks,-Strengthen memory leak detection program written in vc++, and testing of new and malloc, com based memory leaks,
