CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - find memory

搜索资源列表

  1. memory-allocation

    0下载:
  2. use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my code. All is using freelist to find a suitable memory space. -use double link list to a memory implenment llocation. There will not appear maloc, new,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.84kb
    • 提供者:jinghe
  1. xmem

    0下载:
  2. XMEM Extended C/C++ Dynamic Memory Control and Debug Library: The extended C/C++ Dynamic Memory Control and Debug Library XMEM is a replacement library for malloc/free and new/delete to find memory leaks and other memory related errors in C/C++ code
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.13mb
    • 提供者:zhl
  1. 页面置换算法的模拟实现和计算命中率

    0下载:
  2. 基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当发生缺页时,就从内存中调出一页,首先将内存中的页面一一与要调入内存中的页面之后的页面比较,如果两个页面不相等,则内存中相应的页面的标记位计数器加一,直至到有相等的页面,则该页面的比较停止,再重复以上操作,直至内存中的页面全部比较完。然后找出内存中页面的标记位最大的页面,而该页就是要置换出来的页。 FIFO: 该算法的基本思想是用队列queue存储内存中的页面,队列
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:25.8kb
    • 提供者:何泽荣
  1. MemoryRead

    4下载:
  2. Delphi写的内存搜索与内存读写操作库 指定进程,在进程中查找对应的字符与字符串,或者其他类型的数据。-Delphi to write the memory search and memory read and write operation of the Treasury designated the process, in the process to find the corresponding characters with the string, or other types o
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-22
    • 文件大小:283.61kb
    • 提供者:huping
  1. xmem-1.33

    0下载:
  2. c/c++内存管理源代码,可以检测出内存泄露,并可以定位到泄露行-XMEM Extended C/C++ Dynamic Memory Control and Debug Library: The extended C/C++ Dynamic Memory Control and Debug Library XMEM is a replacement library for malloc/free and new/delete to find memory leaks and other mem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.68mb
    • 提供者:杨天
  1. C_Language_Programming_under_Linux_memory_leak_Res

    0下载:
  2. Linux下C语言程序内存泄漏的研究,阐述了内存泄漏的概念,危害,和常发场景,并给出查找内存泄漏的方法-C Language Programming under Linux memory leak of the study, explained the concept of memory leaks, hazards, and often made the scene, and gives way to find memory leak
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:139.56kb
    • 提供者:任宪勇
  1. DllPatch

    0下载:
  2. DLL内存补丁,可查找进程中的dll模块,对dll模块的基地址相对偏移处修改内存,相比流行的进程内存补丁更进了一步-DLL memory patch can be find in the process of dll module, dll modules of relatively offset base address corrections memory, compared to the process of popular memory patch has taken one step
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:110.51kb
    • 提供者:康康
  1. CppCodXmem

    0下载:
  2. XMEM Extended C/C++ Dynamic Memory Control and Debug Library: The extended C/C++ Dynamic Memory Control and Debug Library XMEM is a replacement library for malloc/free and new/delete to find memory leaks and other memory related errors in C/C++ code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1.13mb
    • 提供者:tranph
  1. MemoryLeakFinder

    0下载:
  2. Memory Leak Finder Tool is a useful tool which can be used to find the memory leaks inside the java code using java programme. This can be used to generate the memory leak information report of the java source code using simple java programme.
  3. 所属分类:Applications

    • 发布日期:2017-03-30
    • 文件大小:12.2kb
    • 提供者:sam3737
  1. Memory

    0下载:
  2. 记忆测试软件,您需要连续找出6-8个相同图标的方块-Memory test software, you need to find a row 6-8 of the same icon in the box
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-26
    • 文件大小:17.81kb
    • 提供者:李辉
  1. New_del

    0下载:
  2. 重载delete和new,并标记,可以发现内存泄露的部分代码。-Overloading delete and new, and mark, you can find memory leaks in part of the code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:700byte
    • 提供者:1
  1. mm-dram

    0下载:
  2. This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on s
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:8.15kb
    • 提供者:jeevan
  1. CheatEngine

    0下载:
  2. This a very nice program, it can read all the memory with all active processes/treads, enebale you to do changes in threads/processes. -> Example you can find the HalfLive - game - Health tread and change your health value ... for strategy game
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4.01mb
    • 提供者:Fire
  1. Intel

    0下载:
  2. INTEL元件封装库,希望给大家带来方便,很难找到的,很难得的。-INTEL component package library, hoping to give us convenience, it is difficult to find, hard to come by.
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:105.46kb
    • 提供者:王云
  1. valgrind

    0下载:
  2. Using Valgrind to Find Memory Leaks and Invalid Memory Use Valgrind is a multipurpose code profiling and memory debugging tool for Linux. It allows you to run your program in its own environment that monitors memory usage such as calls to malloc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3.71kb
    • 提供者:Gno
  1. damd_os_memory

    0下载:
  2. 提供内存管理:防止内存泄露,通过damd_porting_memory_poor_status() 观察内存使用,查看有没有重复申请的情况 查找内存泄漏的问题 1)长时间运行后出现内存泄漏; 2)为跟踪这个问题做了一个内存监控管理机制,采用分配登记,释放注销的原则,统一封装malloc和 free 3)目的是清楚系统各个模块和各个负责人分配的内存情况; 调用例子-Provide memory management: Prevent memory leaks
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:3kb
    • 提供者:周南
  1. memleak

    0下载:
  2. source code to find memory leak in c-source code to find memory leak in c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:12.5kb
    • 提供者:ketabat
  1. Memory

    0下载:
  2. 简单游戏修改器,对游戏内存地址查找,并修改其值-Simple game Trainer, to find the memory address of the game and change its value
  3. 所属分类:Game Program

    • 发布日期:2017-05-08
    • 文件大小:1.77mb
    • 提供者:砸啊
  1. Memory-Leak

    0下载:
  2. 内存泄露时,通过钩子函数进行调试,找到内存泄露代码的方法-A memory leak, debugging by hook functions, methods to find memory leaks code
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:10.41kb
    • 提供者:魏思敏
  1. mfc-find-memory-leak

    0下载:
  2. 对“仅通过崩溃地址找出源代码的出错行”一文的补充与改进- For "only by the collapse of the address to find the source code error line" supplement and improvement of a text
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:120.39kb
    • 提供者:陈军
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com