Delphi Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
델파이 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
FreePascal/Lazarus
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
델마당
볼랜드포럼 광고 모집

델파이 자료실
Delphi Programming Resources
[180] FastMM (Fast Memory Manager) 4.78
FastMM [] 6855 읽음    2007-03-02 06:30
FastMM478.zip 415.7KB Version 4.78 (1 March 2007)
FastMM (Fast Memory Manager) 4.78

A fast replacement memory manager for Borland 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.


Notes:
Fixed a Kylix issue, a leak registration bug, and implemented some other minor improvements.


Changes: Version 4.78 (1 March 2007)
  • The MB_DEFAULT_DESKTOP_ONLY constant that is used when displaying messages boxes since 4.76 is not defined under Kylix, and the source would thus not compile. That constant is now defined. (Thanks to Werner Bochtler.)
  • Moved the medium block locking code that was duplicated in several places to a subroutine to reduce code size. (Thanks to Hallvard Vassbotn.)
  • Fixed a bug in the leak registration code that sometimes caused registered leaks to be reported erroneously. (Thanks to Primoz Gabrijelcic.)
  • Added the NoDebugInfo option (on by default) that suppresses the generation of debug info for the FastMM4.pas unit. This will prevent the integrated debugger from stepping into the memory manager. (Thanks to Primoz Gabrijelcic.)
  • Increased the default stack trace depth in FullDebugMode from 9 to 10 to ensure that the Align16Bytes setting works in FullDebugMode. (Thanks to Igor Lindunen.)
  • Updated the Czech translation. (Thanks to Rene Mihula.)


Related links:
http://sourceforge.net/projects/fastmm

+ -

관련 글 리스트
180 FastMM (Fast Memory Manager) 4.78 FastMM 6855 2007/03/02
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.