* some small fixes to pooledmm related files

git-svn-id: trunk@4804 -
This commit is contained in:
Vincent Snijders 2006-10-05 14:36:25 +00:00
parent 8c027d355e
commit 9bf55e1111
3 changed files with 7 additions and 5 deletions

View File

@ -15,7 +15,7 @@
Author: Mattias Gaertner
Abstract:
Defines TLCLMemManager, which is the base class for various
Defines TPooledMemManager, which is the base class for various
memory managers in the lcl and its interfaces.
An own memory manager is somewhat faster and makes debugging and
profiling easier.

View File

@ -9,6 +9,8 @@ Names
MVC : Michael Van Canneyt
SG : Sebastian Guenther
MH : Michael Hess
MG : Mattias Gaertner
VS : Vincet Snijders
File Tests what ?
@ -26,7 +28,7 @@ testrtf.pp TRTFParser object from rtfpars (MVC)
cfgtest.pp Example for using XML read/write as cfg file (SG)
xmldump.pp xml dump program (SG)
htdump.pp htdump dumps XL IDL definition as ObjectPascal classes (MVC)
testez.pp test program for ezcgi class (MH)
testez.pp test program for ezcgi class (MH)
tidea.pp test program for IDEA encryption/decryption streams (MVC)
b64test.pp test program for base64 encoding streams (SG)
b64test2.pp test program for base64 encoding streams (SG)
@ -66,5 +68,5 @@ testdebug Client part of dbugintf debugging info test (MVC)
testbf.pp Test for BlowFish encryption (MVC)
testbfs.pp Test for BlowFish encryption/descryption stream (MVC)
testzip.pp Test for TZipper class (MVC)
poolmm1.pp Test for pooledmm (free) (VS)
poolmm2.pp Test for pooledmm (nonfree) (MG)
poolmm1.pp Test for pooledmm (free) (MG)
poolmm2.pp Test for pooledmm (nonfree) (VS)

View File

@ -11,7 +11,7 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
Poolmm1;
program Poolmm1;
{$mode objfpc}{$H+}