mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 07:54:58 +01:00
- removed markheap since it doesn't work anymore (since a long
time already in fact) git-svn-id: trunk@2968 -
This commit is contained in:
parent
ad0ac6ef1f
commit
b8e3723bb0
@ -22,7 +22,6 @@ interface
|
||||
{$endif}
|
||||
|
||||
Procedure DumpHeap;
|
||||
Procedure MarkHeap;
|
||||
|
||||
{ define EXTRA to add more
|
||||
tests :
|
||||
@ -964,19 +963,6 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
procedure markheap;
|
||||
var
|
||||
pp : pheap_mem_info;
|
||||
begin
|
||||
pp:=heap_mem_root;
|
||||
while pp<>nil do
|
||||
begin
|
||||
pp^.sig:=$AAAAAAAA;
|
||||
pp:=pp^.previous;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
{*****************************************************************************
|
||||
AllocMem
|
||||
*****************************************************************************}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user