搜索资源列表
Windows对象的分配和释放函数
- Windows资源对象的分配和释放函数-Windows object allocation and release function
VC使用CRT调试功能来检测内存泄漏
- VC使用CRT调试功能来检测内存泄漏 C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降
virtualMem
- 使用win32 API 实现分配虚拟内存。对window操作系统的内存结构,以及应用程序的内存使用情况都有帮助。-use win32 API virtual memory allocation. Window operating system to the memory structure and the application of the use of memory can help.
评书
- 早期http://music.jschina.com.cn的音乐不让下载,我就编了这个东西,批量获取网址再拿FlashGet下。现在好像它开放下载了,软件也该进博物馆了啊。但是软件的思想应该还青春永驻。有兴趣的研究一下?-early http://music.jschina.com.cn not download music, I on the allocation of this thing, volume access to the website under FlashGet redist
memtest_waltoney
- 这个例子包含了一个驱动和一个应用程序.可以检测系统中有多少分页内存和非分页内存可分配.-this example includes a driver and an application. System can detect the number of page memory and non-memory allocation tabs.
buddy_算法
- Buddy(伙伴)算法每次分配包含一个或者多个物理页面的内存块,页面以2的次幂的内存块来分配。首先搜寻满足请求大小的页面,它从满足当前申请大小的Buddy数据结构的m_ freePages域着手沿链来搜索空闲页面。如果没有这样请求大小的空闲页面,则它搜索两倍于请求大小的内存块。这个过程一直将持续到所有的Buddy 被搜索完或找到满足要求的内存块为。如果找到的页面块大于请求的块则对其进行分割以使其大小与请求块匹配。由于块大小都是2的次幂所以分割过程十分简单:空闲块(低地址)被连进相应大小的队列而这
fastmem
- 快速内存分配和管理源代码,避开了malloc/free机制,适合快速动态分配内存.-fast memory allocation and management of source code, thus avoiding the malloc / free mechanism for fast dynamic memory allocation.
可变分区存储管理
- 哈哈,2. 实现分区存储管理的内存分配功能,选择适应算法(首次适应算法,最佳适 应算法,最后适应算法,最坏适应算法),好-Haha, 2. To achieve storage management through the memory allocation function, the choice of adaptation algorithms (first adaptation algorithm, the best adaptation algorithm, Finally adapta
Alloc_src1[1]
- 内存分配工具 Sometimes it is very helpful to test your applications in extreme situations like low resources, full hard disk, or low memory conditions. This tool covers just the last - memory. It allows you to allocate as much memory as might be ava
malloc.tar
- 内存分配的各种包装函数,检查内存泄漏的函数,-memory allocation function of packaging, memory leakage inspection functions, etc.
os_c
- 操作系统教程实验原码,包括进程与线程进程调度内存分配,设备管理与文件系统实验-Guide Experimental original operating system code, including the process and thread scheduling process memory allocation, Equipment Management and File System Experiment
proccANDmemory
- 进程以及内存分配编程,在TC编译器下以图形方式模拟系统进程调度以及内存分配。-process and memory allocation program, the TC compiler under the graphic simulation and process scheduling system memory allocation.
dhcp-4.0.2.tar
- 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
C-and-CPP-memory-allocation
- C和C++的内存分配,如堆 栈等以及数据段等-C and C++, memory allocation, such as stack and data segments, etc., etc.
allocation-of-the-memory
- c与c++内存分配方式 个人认为最好的解释 不错的资料-allocation of the memory
Memory Allocation on MTK chip
- Desribe the nand chips for mtk platform and memory allocation
Variable-partition-allocation
- 设计一个可变式分区分配的存储管理方案。并模拟实现分区的分配和回收过程。-Variable partition allocation
Allocation
- Allocation extends BaseObj Source Code for Embedded Linux.
ALLOCATION
- 关于资源分配算法的OFDM仿真算法,在无线通信领域的。-An OFDM simulation algorithm for resource allocation algorithms in the field of wireless communications.
code
- NS2 bandwith allocation coding
