Location:
Search - memory manager
Search list
Description: 详细介绍Linux 的内存管理方法和内存管理原理,具有很高的参考价值-describe Linux memory manager, have very high reference value
Platform: |
Size: 188405 |
Author: 刘波 |
Hits:
Description: 如果代码中使用到需要动态内存的数据类型,那么这些数据类型的内部例程将访
问Delphi 的内存管理器。这些数据类型中就包括了AnsiString。这意味着绝大多数
的Delphi 程序都需要内存管理器-if the code needed to use dynamic memory data types, then these types of data internal routines will visit Delphi memory manager. These data types, including the AnsiString. This means that the vast majority of Delphi procedures require memory management device
Platform: |
Size: 509233 |
Author: pl |
Hits:
Description: 这是一个内存分配管理程序。在一些实时通讯系统中,需要经常分配和释放内存,会造成较多的内存碎片。这个程序可以在一开始分配一大片内存,从而避免频繁申请和释放内存。大大提高程序的执行效率。-This is a memory allocation management procedures. In some real-time communication systems, the need for frequent distribution and release memory, the memory caused more debris. This procedure can be started in an allocation of a large memory, thus avoiding the frequent application and release memory. The process greatly enhanced the efficiency of enforcement.
Platform: |
Size: 3490 |
Author: 中国人 |
Hits:
Description: Some delphi code to Optimal Code - Memory Manager. Memory management pas.
Platform: |
Size: 10683 |
Author: selamicik |
Hits:
Description:
Platform: |
Size: 3072 |
Author: 中国人 |
Hits:
Description: 内存管理程序,功能与FASTMM相似,PLEASE NOTE: There are two ways to install BigBrain. You may use the
memory manager code natively compiled into your EXE or you can use
an included external DLL which will allow you to share memory across
multiple DLLs with one central place for memory management. Using the DLL
allows your application to share strings, and serves the same purpose
as the ShareMem unit included with Delphi. BigBrainShareMem.dll should
be 100% compatible with the DelphiMM.dll and could even simply be renamed
to DelphiMM.dll to simplify deployment.-Memory management procedures, functions and FASTMM similar, PLEASE NOTE: There are two ways to install BigBrain. You may use the memory manager code natively compiled into your EXE or you can use an included external DLL which will allow you to share memory acrossmultiple DLLs with one central place for memory management. Using the DLLallows your application to share strings, and serves the same purposeas the ShareMem unit included with Delphi. BigBrainShareMem.dll shouldbe 100 compatible with the DelphiMM.dll and could even simply be renamed to DelphiMM.dll to simplify deployment.
Platform: |
Size: 231424 |
Author: cheng xiaoyi |
Hits:
Description: Memory Manager for delphi 5-2007. Usefully to find the memory leaks and help for optimalize your memory management.
Platform: |
Size: 3973120 |
Author: robesz101 |
Hits:
Description: 内存管理模拟器,利用MFC模拟实现了内存的管理操作--内存分配和释放;不同内存分区利用不同颜色区分;采用首次适应算法实现。-Memory management simulator, the use of MFC to achieve a simulated memory management operations- memory allocation and release different memory partition to use to distinguish between different colors algorithm used to adapt the first time.
Platform: |
Size: 3679232 |
Author: Jim |
Hits:
Description: Understanding the linux virtual memory manager
Platform: |
Size: 3788800 |
Author: raja |
Hits:
Description: 与Understanding the Linux Virtual Memory Manager对应的书,注释内存管理代码。 Code Commentary On The Linux Virtual Memory Manager.pdf-Understanding the Linux Virtual Memory Manager
Platform: |
Size: 1040384 |
Author: 米斯特里 |
Hits:
Description: Understanding+The+Linux+Virtual+Memory+Manager
linux 2.4内核内存管理的分析-Understanding+The+Linux+Virtual+Memory+Manager
Platform: |
Size: 1209344 |
Author: 侯天 |
Hits:
Description: A Delphi Package is a special type of DLL, designed only to be used by Delphi applications. If your modules are developed as packages and not as DLLs, all modules will share the same memory manager, the VCL globals like Application and Screen, the same copy of the RTL and VCL code in memory!
Platform: |
Size: 18432 |
Author: geonz |
Hits:
Description: Fast Memory Manager - Readme
--- --- --- --- ----
Description:
------------
A fast replacement memory manager for Embarcadero Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
Homepage:
---------
http://fastmm.sourceforge.net-Fast Memory Manager- Readme
----------------------------
Description:
------------
A fast replacement memory manager for Embarcadero Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
Homepage:
---------
http://fastmm.sourceforge.net
Usage:
------
Delphi: Place this unit as the very first unit under the "uses" section in your project s .dpr file. When sharing memory between an application and a DLL (e.g. when passing a long string or dynamic array to a DLL function), both the main application and the DLL must be compiled using this memory manager (with the required conditional defines set). There are some conditional defines (inside FastMM4Options.inc) that may be used to tweak the memory manager. To enable support for a user mode address space greater than 2GB you will have to use the EditBin* tool to set the LARGE_ADDRESS_AWARE fla
Platform: |
Size: 1177600 |
Author: SophiaLung |
Hits:
Description: 深入理解linux虚拟内存管理版,详细讲述了虚拟内存的实现原理-Depth understanding of Linux Virtual Memory Manager Edition, and a detailed account of the realization of the principle of virtual memory
Platform: |
Size: 4006912 |
Author: 代新 |
Hits:
Description: 程序员们经常编写内存管理程序,往往提心吊胆。如果不想触雷,唯一的解决办法就是发现所有潜伏的地雷并且排除它们,躲是躲不了的。本文的内容比一般教科书的要深入得多,读者需细心阅读,做到真正地通晓内存管理。-Programmers often write a memory manager, and often live in fear. If you do not want to hit a mine, the only solution is to find all the potential landmines and to exclude them, to hide is not hide. The content of this goes much deeper than the general textbooks, readers need to read carefully, to be really familiar with memory management.
Platform: |
Size: 11264 |
Author: 风云 |
Hits:
Description: Delphi内存管理器(进程修改),因本程序涉及系统安全,所以编译生成EXE文件后有些杀毒软件会报警,请先关掉自动防护功能。本程序运行截图如上图所示。
-Delphi memory manager (process changes), because this process involves system security, so the compiler generates EXE file some anti-virus software alarm, switch off the automatic protection. The program runs screenshot shown above.
Platform: |
Size: 11264 |
Author: 天行健 |
Hits:
Description: handle with the memory of win32 system
Platform: |
Size: 4096 |
Author: JohnXia |
Hits:
Description: STemWin的CM3版本,UCOS下的内存管理程序,加速开发速度。-STemWin CM3,UCOS下的memory manager.
Platform: |
Size: 13297664 |
Author: 吴旭光 |
Hits:
Description: A fast replacement memory manager for Embarcadero Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
Platform: |
Size: 1105920 |
Author: Chaoyee
|
Hits:
Description: XMM is a Turbo Pascal eXtended Memory Manager implementation that supports
Microsofts XMS specification level 3.0.
Platform: |
Size: 129024 |
Author: RyanB
|
Hits: