文件名称:FastMM499
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.12mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Fast Memory Manager - Readme
--- --- --- --- ----
Descr iption:
------------
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
----------------------------
Descr iption:
------------
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
--- --- --- --- ----
Descr iption:
------------
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
----------------------------
Descr iption:
------------
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
相关搜索: fast memory manager
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FastMM4.pas
FastMM4Options.inc
FastMM4_FAQ.txt
FastMM4_Readme.txt
FastMM4Messages.dcu
FastMM4Messages.pas
FastMM4Options.~inc
CPP Builder Support/FastMM4BCB.cpp
Demos/Dynamically Loaded DLL/ApplicationForm.dfm
Demos/Dynamically Loaded DLL/ApplicationForm.pas
Demos/Dynamically Loaded DLL/DLLForm.dfm
Demos/Dynamically Loaded DLL/DLLForm.pas
Demos/Dynamically Loaded DLL/DynamicallyLoadedDLLDemo.groupproj
Demos/Dynamically Loaded DLL/TestApplication.dpr
Demos/Dynamically Loaded DLL/TestApplication.dproj
Demos/Dynamically Loaded DLL/TestApplication.res
Demos/Dynamically Loaded DLL/TestDLL.dpr
Demos/Dynamically Loaded DLL/TestDLL.dproj
Demos/Dynamically Loaded DLL/TestDLL.res
Demos/Replacement borlndmm DLL/BorlndMM.dll
Demos/Replacement borlndmm DLL/DemoForm.dfm
Demos/Replacement borlndmm DLL/DemoForm.pas
Demos/Replacement borlndmm DLL/FastMM_FullDebugMode.dll
Demos/Replacement borlndmm DLL/FullDebugModeDemo.dpr
Demos/Replacement borlndmm DLL/FullDebugModeDemo.res
Demos/Usage Tracker/DemoForm.dfm
Demos/Usage Tracker/DemoForm.pas
Demos/Usage Tracker/FastMMUsageTracker.dfm
Demos/Usage Tracker/FastMMUsageTracker.pas
Demos/Usage Tracker/UsageTrackerDemo.dpr
Demos/Usage Tracker/UsageTrackerDemo.dproj
Demos/Usage Tracker/UsageTrackerDemo.res
FullDebugMode DLL/CPP Builder Support/FastMM_FullDebugMode.lib
FullDebugMode DLL/CPP Builder Support/Readme.txt
FullDebugMode DLL/FastMM_FullDebugMode.bdsproj
FullDebugMode DLL/FastMM_FullDebugMode.cfg
FullDebugMode DLL/FastMM_FullDebugMode.dll
FullDebugMode DLL/FastMM_FullDebugMode.dof
FullDebugMode DLL/FastMM_FullDebugMode.dpr
FullDebugMode DLL/FastMM_FullDebugMode.dproj
FullDebugMode DLL/FastMM_FullDebugMode.identcache
FullDebugMode DLL/FastMM_FullDebugMode.res
FullDebugMode DLL/FastMM_FullDebugMode.~dpr
FullDebugMode DLL/FastMM_FullDebugMode_Icon.ico
FullDebugMode DLL/FullDebugMode_DLL_TestApp.dpr
FullDebugMode DLL/FullDebugMode_DLL_TestApp.dproj
FullDebugMode DLL/FullDebugMode_DLL_TestApp.res
FullDebugMode DLL/Precompiled/FastMM_FullDebugMode.dll
FullDebugMode DLL/Precompiled/FastMM_FullDebugMode64.dll
Replacement BorlndMM DLL/BCB5/BorlndMM.bpf
Replacement BorlndMM DLL/BCB5/BorlndMM.bpr
Replacement BorlndMM DLL/BCB5/BorlndMM_.pas
Replacement BorlndMM DLL/BCB5/DLLEntry.cpp
Replacement BorlndMM DLL/BCB5/Export.def
Replacement BorlndMM DLL/BCB5/Precompiled/BorlndMM.dll
Replacement BorlndMM DLL/BCB6/BorlndMM.bpf
Replacement BorlndMM DLL/BCB6/BorlndMM.bpr
Replacement BorlndMM DLL/BCB6/BorlndMM.res
Replacement BorlndMM DLL/BCB6/BorlndMM_.pas
Replacement BorlndMM DLL/BCB6/DLLEntry.cpp
Replacement BorlndMM DLL/BCB6/Export.def
Replacement BorlndMM DLL/BCB6/Precompiled/BorlndMM.dll
Replacement BorlndMM DLL/CB2006/BorlndMM.bdsproj
Replacement BorlndMM DLL/CB2006/BorlndMM.bpf
Replacement BorlndMM DLL/CB2006/BorlndMM.pas
Replacement BorlndMM DLL/CB2006/DLLEntry.cpp
Replacement BorlndMM DLL/CB2006/Export.def
Replacement BorlndMM DLL/CB2006/Precompiled/BorlndMM.dll
Replacement BorlndMM DLL/CB2006/Readme.txt
Replacement BorlndMM DLL/CB2007/BorlndMM.cbproj
Replacement BorlndMM DLL/CB2007/BorlndMM.pas
Replacement BorlndMM DLL/CB2007/DLLEntry.cpp
Replacement BorlndMM DLL/CB2007/Export.def
Replacement BorlndMM DLL/CB2007/Precompiled/BorlndMM.dll
Replacement BorlndMM DLL/CB2007/Readme.txt
Replacement BorlndMM DLL/Delphi/BorlndMM.bdsproj
Replacement BorlndMM DLL/Delphi/BorlndMM.cfg
Replacement BorlndMM DLL/Delphi/BorlndMM.dll
Replacement BorlndMM DLL/Delphi/BorlndMM.dof
Replacement BorlndMM DLL/Delphi/BorlndMM.dpr
Replacement BorlndMM DLL/Delphi/BorlndMM.dproj
Replacement BorlndMM DLL/Delphi/BorlndMM.identcache
Replacement BorlndMM DLL/Delphi/BorlndMM.res
Replacement BorlndMM DLL/Delphi/BorlndMM.~dpr
Replacement BorlndMM DLL/Delphi/FastMMDebugSupport.pas
Replacement BorlndMM DLL/Delphi/Precompiled/for Applications/Debug/BorlndMM.dll
Replacement BorlndMM DLL/Delphi/Precompiled/for Applications/Performance/BorlndMM.dll
Replacement BorlndMM DLL/Delphi/Precompiled/for Delphi IDE/Debug/BorlndMM.dll
Replacement BorlndMM DLL/Delphi/Precompiled/for Delphi IDE/Performance/BorlndMM.dll
Translations/Afrikaans/FastMM4Messages.pas
Translations/Belarussian/FastMM4Messages.pas
Translations/Chinese (Simplified)/FastMM4Messages.pas
Translations/Chinese (Simplified)/FastMM4Options.inc
Translations/Czech/FastMM4Messages.pas
Translations/English/FastMM4Messages.pas
Translations/French/FastMM4Messages.pas
Translations/German/by Thomas Speck/FastMM4Messages.pas
Translations/German/by Uwe Queisser/FastMM4Messages.pas
Translations/Indonesian/FastMM4Messages.pas
Translations/Italian/FastMM4Messages.pas
Translations/Polish/FastMM4Messages.pas
Translations/Portuguese/FastMM4Messages.pas
Translations/Portuguese (Brazil)/FastMM4Messages.pas
Translations/Romanian/FastMM4Messages.pas
Translations/Russian/FastMM4Messages.pas
Translations/Spanish/FastMM4Messages.pas
Translations/Ukrainian/FastMM4Messages.pas
FastMM4.dcu
Replacement BorlndMM DLL/Delphi/Precompiled/for Applications/Debug
Replacement BorlndMM DLL/Delphi/Precompiled/for Applications/Performance
Replacement BorlndMM DLL/Delphi/Precompiled/for Delphi IDE/Debug
Replacement BorlndMM DLL/De
FastMM4Options.inc
FastMM4_FAQ.txt
FastMM4_Readme.txt
FastMM4Messages.dcu
FastMM4Messages.pas
FastMM4Options.~inc
CPP Builder Support/FastMM4BCB.cpp
Demos/Dynamically Loaded DLL/ApplicationForm.dfm
Demos/Dynamically Loaded DLL/ApplicationForm.pas
Demos/Dynamically Loaded DLL/DLLForm.dfm
Demos/Dynamically Loaded DLL/DLLForm.pas
Demos/Dynamically Loaded DLL/DynamicallyLoadedDLLDemo.groupproj
Demos/Dynamically Loaded DLL/TestApplication.dpr
Demos/Dynamically Loaded DLL/TestApplication.dproj
Demos/Dynamically Loaded DLL/TestApplication.res
Demos/Dynamically Loaded DLL/TestDLL.dpr
Demos/Dynamically Loaded DLL/TestDLL.dproj
Demos/Dynamically Loaded DLL/TestDLL.res
Demos/Replacement borlndmm DLL/BorlndMM.dll
Demos/Replacement borlndmm DLL/DemoForm.dfm
Demos/Replacement borlndmm DLL/DemoForm.pas
Demos/Replacement borlndmm DLL/FastMM_FullDebugMode.dll
Demos/Replacement borlndmm DLL/FullDebugModeDemo.dpr
Demos/Replacement borlndmm DLL/FullDebugModeDemo.res
Demos/Usage Tracker/DemoForm.dfm
Demos/Usage Tracker/DemoForm.pas
Demos/Usage Tracker/FastMMUsageTracker.dfm
Demos/Usage Tracker/FastMMUsageTracker.pas
Demos/Usage Tracker/UsageTrackerDemo.dpr
Demos/Usage Tracker/UsageTrackerDemo.dproj
Demos/Usage Tracker/UsageTrackerDemo.res
FullDebugMode DLL/CPP Builder Support/FastMM_FullDebugMode.lib
FullDebugMode DLL/CPP Builder Support/Readme.txt
FullDebugMode DLL/FastMM_FullDebugMode.bdsproj
FullDebugMode DLL/FastMM_FullDebugMode.cfg
FullDebugMode DLL/FastMM_FullDebugMode.dll
FullDebugMode DLL/FastMM_FullDebugMode.dof
FullDebugMode DLL/FastMM_FullDebugMode.dpr
FullDebugMode DLL/FastMM_FullDebugMode.dproj
FullDebugMode DLL/FastMM_FullDebugMode.identcache
FullDebugMode DLL/FastMM_FullDebugMode.res
FullDebugMode DLL/FastMM_FullDebugMode.~dpr
FullDebugMode DLL/FastMM_FullDebugMode_Icon.ico
FullDebugMode DLL/FullDebugMode_DLL_TestApp.dpr
FullDebugMode DLL/FullDebugMode_DLL_TestApp.dproj
FullDebugMode DLL/FullDebugMode_DLL_TestApp.res
FullDebugMode DLL/Precompiled/FastMM_FullDebugMode.dll
FullDebugMode DLL/Precompiled/FastMM_FullDebugMode64.dll
Replacement BorlndMM DLL/BCB5/BorlndMM.bpf
Replacement BorlndMM DLL/BCB5/BorlndMM.bpr
Replacement BorlndMM DLL/BCB5/BorlndMM_.pas
Replacement BorlndMM DLL/BCB5/DLLEntry.cpp
Replacement BorlndMM DLL/BCB5/Export.def
Replacement BorlndMM DLL/BCB5/Precompiled/BorlndMM.dll
Replacement BorlndMM DLL/BCB6/BorlndMM.bpf
Replacement BorlndMM DLL/BCB6/BorlndMM.bpr
Replacement BorlndMM DLL/BCB6/BorlndMM.res
Replacement BorlndMM DLL/BCB6/BorlndMM_.pas
Replacement BorlndMM DLL/BCB6/DLLEntry.cpp
Replacement BorlndMM DLL/BCB6/Export.def
Replacement BorlndMM DLL/BCB6/Precompiled/BorlndMM.dll
Replacement BorlndMM DLL/CB2006/BorlndMM.bdsproj
Replacement BorlndMM DLL/CB2006/BorlndMM.bpf
Replacement BorlndMM DLL/CB2006/BorlndMM.pas
Replacement BorlndMM DLL/CB2006/DLLEntry.cpp
Replacement BorlndMM DLL/CB2006/Export.def
Replacement BorlndMM DLL/CB2006/Precompiled/BorlndMM.dll
Replacement BorlndMM DLL/CB2006/Readme.txt
Replacement BorlndMM DLL/CB2007/BorlndMM.cbproj
Replacement BorlndMM DLL/CB2007/BorlndMM.pas
Replacement BorlndMM DLL/CB2007/DLLEntry.cpp
Replacement BorlndMM DLL/CB2007/Export.def
Replacement BorlndMM DLL/CB2007/Precompiled/BorlndMM.dll
Replacement BorlndMM DLL/CB2007/Readme.txt
Replacement BorlndMM DLL/Delphi/BorlndMM.bdsproj
Replacement BorlndMM DLL/Delphi/BorlndMM.cfg
Replacement BorlndMM DLL/Delphi/BorlndMM.dll
Replacement BorlndMM DLL/Delphi/BorlndMM.dof
Replacement BorlndMM DLL/Delphi/BorlndMM.dpr
Replacement BorlndMM DLL/Delphi/BorlndMM.dproj
Replacement BorlndMM DLL/Delphi/BorlndMM.identcache
Replacement BorlndMM DLL/Delphi/BorlndMM.res
Replacement BorlndMM DLL/Delphi/BorlndMM.~dpr
Replacement BorlndMM DLL/Delphi/FastMMDebugSupport.pas
Replacement BorlndMM DLL/Delphi/Precompiled/for Applications/Debug/BorlndMM.dll
Replacement BorlndMM DLL/Delphi/Precompiled/for Applications/Performance/BorlndMM.dll
Replacement BorlndMM DLL/Delphi/Precompiled/for Delphi IDE/Debug/BorlndMM.dll
Replacement BorlndMM DLL/Delphi/Precompiled/for Delphi IDE/Performance/BorlndMM.dll
Translations/Afrikaans/FastMM4Messages.pas
Translations/Belarussian/FastMM4Messages.pas
Translations/Chinese (Simplified)/FastMM4Messages.pas
Translations/Chinese (Simplified)/FastMM4Options.inc
Translations/Czech/FastMM4Messages.pas
Translations/English/FastMM4Messages.pas
Translations/French/FastMM4Messages.pas
Translations/German/by Thomas Speck/FastMM4Messages.pas
Translations/German/by Uwe Queisser/FastMM4Messages.pas
Translations/Indonesian/FastMM4Messages.pas
Translations/Italian/FastMM4Messages.pas
Translations/Polish/FastMM4Messages.pas
Translations/Portuguese/FastMM4Messages.pas
Translations/Portuguese (Brazil)/FastMM4Messages.pas
Translations/Romanian/FastMM4Messages.pas
Translations/Russian/FastMM4Messages.pas
Translations/Spanish/FastMM4Messages.pas
Translations/Ukrainian/FastMM4Messages.pas
FastMM4.dcu
Replacement BorlndMM DLL/Delphi/Precompiled/for Applications/Debug
Replacement BorlndMM DLL/Delphi/Precompiled/for Applications/Performance
Replacement BorlndMM DLL/Delphi/Precompiled/for Delphi IDE/Debug
Replacement BorlndMM DLL/De
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.