搜索资源列表
-
0下载:
VC使用CRT调试功能来检测内存泄漏
C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降
-
-
0下载:
快速内存分配和管理源代码,避开了malloc/free机制,适合快速动态分配内存.-fast memory allocation and management of source code, thus avoiding the malloc / free mechanism for fast dynamic memory allocation.
-
-
1下载:
显示空闲链表实现动态内存分配的程序,malloc-show idle Chain dynamic memory allocation procedures malloc
-
-
0下载:
动态分区方式主存的分配和回收。 通过本实验可以了解在动态分区管理方式下应怎样实现主存空间的分配和回收-dynamic way through the distribution of the main deposit and recycling. Through this experiment can understand the dynamic partition management practice should be how to achieve the main memory space
-
-
0下载:
实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the idle through the free zone Zon
-
-
1下载:
SSD4 Exercise3答案,采用链表实现的动态内存分配。-SSD4 Exercise3 answers, the use of linked lists to achieve the dynamic memory allocation.
-
-
0下载:
Memory Allocation in C-write part of a dynamic storage allocation
package. The package provides three function calls: void initalloc(), to
initialize the data structures involved char* alloc(int n), which returns
a pointer to a block
-
-
0下载:
C语言,模拟内存的动态分配和回收,仅供参考。-C language, simulation of dynamic memory allocation and recovery, is for reference only.
-
-
0下载:
很有用的内存分配程序,使用指针 实现动态分配内存,效率高-Useful memory allocation procedures, the use of indicators to achieve the dynamic allocation of memory, high efficiency
-
-
0下载:
分区管理是应用较广泛的一种存储管理技术。本实验要求用一种结构化高级语言构造分区描述器,
编制动态分区分配算法和回收算法模拟程序,并讨论不同分配算法的特点-Partition Manager is the application of a broader storage management techniques. In this study, requested in a structured high-level language construct partition descr ipt
-
-
0下载:
操作系统课程设计的动态分区分配算法的C语言实现-Operating system, curriculum design, the dynamic partition allocation algorithm for the C language implementation
-
-
0下载:
dhcp-4.0.2.tar.gz是一個網路dhcp服務器,主要提供動態配給請求者的IP address範圍
-dhcp-4.0.2.tar.gz dhcp a network server, mainly to provide dynamic allocation of IP address range of the requester
-
-
0下载:
Tutorial of Advanced Memory Management: Dynamic Allocation, parallel between C and C++.
Part 1.
-
-
0下载:
Tutorial of Advanced Memory Management: Dynamic Allocation, parallel between C and C++.
Part 2,
-
-
0下载:
Tutorial of Advanced Memory Management: Dynamic Allocation, parallel between C and C++.
Part 3,
-
-
0下载:
Tutorial of Advanced Memory Management: Dynamic Allocation, parallel between C and C++.
Part 4,
-
-
0下载:
linux 2.6.18内核(麒麟)主要实现在内存块设备驱动的高低端内存的动态分配功能-linux 2.6.18 kernel (Kirin) in the main memory block device drivers to achieve high-low dynamic allocation of memory function
-
-
0下载:
本次实验主要围绕动态分区分配方式展开。熟悉并掌握动态分配五大算法:first fit,next fit,best fit,worst fit,quick fit-This experiment mainly around the dynamic partitioning distribution expanded. Familiar with and master the dynamic allocation of five algorithms: first fit, next fit, be
-
-
0下载:
First sub-io. Use ->lis_single_subio to avoid dynamic allocation.
-First sub-io. Use ->lis_single_subio to avoid dynamic allocation.
-
-
0下载:
Dynamic allocation, possibly using M alloc fun and M free fun for linux Device Driver.
-