mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 09:09:32 +02:00
MG: aded memcheck diff
git-svn-id: trunk@3333 -
This commit is contained in:
parent
9e033cc12d
commit
6a4f25e1c6
@ -1135,127 +1135,4 @@ Initialization
|
||||
finalization
|
||||
TraceExit;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.10 2002/09/13 08:23:11 lazarus
|
||||
MG: aded memcheck diff
|
||||
|
||||
Revision 1.9 2002/09/13 08:11:46 lazarus
|
||||
MG: fixed memcheck output
|
||||
|
||||
Revision 1.8 2002/09/13 07:01:20 lazarus
|
||||
MG: fixed memcheck
|
||||
|
||||
Revision 1.1.2.10 2002/07/16 13:52:59 pierre
|
||||
* fix compilation for m68k linux
|
||||
|
||||
Revision 1.1.2.9 2002/06/19 13:56:09 pierre
|
||||
* try to fix handling for unix
|
||||
|
||||
Revision 1.1.2.8 2002/05/31 11:18:20 marco
|
||||
* Rename fest for 1.0.x step one. Compiler and RTL
|
||||
|
||||
Revision 1.1.2.7 2001/09/22 04:48:42 carl
|
||||
- remove unused define
|
||||
|
||||
Revision 1.1.2.6 2001/07/24 09:11:38 pierre
|
||||
* added goto on to avoid need of -Sg option
|
||||
|
||||
Revision 1.1.2.5 2001/06/06 14:27:14 jonas
|
||||
* fixed wrong typed constant procvars in preparation of my fix which will
|
||||
disallow them in FPC mode
|
||||
|
||||
Revision 1.1.2.4 2001/04/22 00:38:47 carl
|
||||
+ make it portable
|
||||
|
||||
Revision 1.1.2.3 2001/04/16 20:31:31 carl
|
||||
* 386DX bugfix with popal
|
||||
|
||||
Revision 1.1.2.2 2000/12/15 13:02:30 jonas
|
||||
* added some typecasts so some expressiosn aren't evaluated anymore in
|
||||
64bit when rangechecking is on
|
||||
|
||||
Revision 1.1.2.1 2000/08/24 08:59:35 jonas
|
||||
* clear inoutres in traceexit before writing anything (to avoid an RTE
|
||||
when writing the heaptrc output when a program didn't handle ioresult)
|
||||
|
||||
Revision 1.1 2000/07/13 06:30:47 michael
|
||||
+ Initial import
|
||||
|
||||
Revision 1.43 2000/05/18 17:03:27 peter
|
||||
* fixed reallocmem with double removing from heap_mem_root list
|
||||
* fixed reallocmem getmem/freemem count, now both are increased and
|
||||
the _size8 counts are also increased
|
||||
|
||||
Revision 1.42 2000/04/27 15:35:50 pierre
|
||||
* fix for bug report 929
|
||||
|
||||
Revision 1.41 2000/02/10 13:59:35 peter
|
||||
* fixed bug with reallocmem to use the wrong size when copying the
|
||||
data to the new allocated pointer
|
||||
|
||||
Revision 1.40 2000/02/09 16:59:30 peter
|
||||
* truncated log
|
||||
|
||||
Revision 1.39 2000/02/07 10:42:44 peter
|
||||
* use backtracestrfunc()
|
||||
|
||||
Revision 1.38 2000/02/02 11:13:15 peter
|
||||
* fixed tracereallocmem which supplied the wrong size for tryresize
|
||||
|
||||
Revision 1.37 2000/01/31 23:41:30 peter
|
||||
* reallocmem fixed for freemem() call when size=0
|
||||
|
||||
Revision 1.36 2000/01/20 14:25:51 jonas
|
||||
* finally fixed tracereallocmem completely
|
||||
|
||||
Revision 1.35 2000/01/20 13:17:11 jonas
|
||||
* another problme with realloc fixed (one left)
|
||||
|
||||
Revision 1.34 2000/01/20 12:35:35 jonas
|
||||
* fixed problem with reallocmem and heaptrc
|
||||
|
||||
Revision 1.33 2000/01/07 16:41:34 daniel
|
||||
* copyright 2000
|
||||
|
||||
Revision 1.32 2000/01/07 16:32:24 daniel
|
||||
* copyright 2000 added
|
||||
|
||||
Revision 1.31 2000/01/05 13:56:55 jonas
|
||||
* fixed traceReallocMem with nil pointer (simply calls traceGetMem now in
|
||||
such a case)
|
||||
|
||||
Revision 1.30 2000/01/03 19:37:52 peter
|
||||
* fixed reallocmem with p=nil
|
||||
|
||||
Revision 1.29 1999/11/14 21:35:04 peter
|
||||
* removed warnings
|
||||
|
||||
Revision 1.28 1999/11/09 22:32:23 pierre
|
||||
* several extra_size_info fixes
|
||||
|
||||
Revision 1.27 1999/11/06 14:35:38 peter
|
||||
* truncated log
|
||||
|
||||
Revision 1.26 1999/11/01 13:56:50 peter
|
||||
* freemem,reallocmem now get var argument
|
||||
|
||||
Revision 1.25 1999/10/30 17:39:05 peter
|
||||
* memorymanager expanded with allocmem/reallocmem
|
||||
|
||||
Revision 1.24 1999/09/17 17:14:12 peter
|
||||
+ new heap manager supporting delphi freemem(pointer)
|
||||
|
||||
Revision 1.23 1999/09/10 17:13:41 peter
|
||||
* fixed missing var
|
||||
|
||||
Revision 1.22 1999/09/08 16:14:41 peter
|
||||
* pointer fixes
|
||||
|
||||
Revision 1.21 1999/08/18 12:03:16 peter
|
||||
* objfpc mode for 0.99.12
|
||||
|
||||
Revision 1.20 1999/08/17 14:56:03 michael
|
||||
Removed the mode for objpas
|
||||
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
{ $DEFINE IDE_VERBOSE}
|
||||
|
||||
{$DEFINE IDE_MEM_CHECK}
|
||||
{ $DEFINE IDE_MEM_CHECK}
|
||||
|
||||
{ $DEFINE IDE_DEBUG}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user