mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
* typo for GetHeapStatus
This commit is contained in:
parent
576e1825aa
commit
c38daf68eb
@ -70,7 +70,7 @@ const
|
||||
AllocMem: @SysAllocMem;
|
||||
ReAllocMem: @SysReAllocMem;
|
||||
MemSize: @SysMemSize;
|
||||
GetHeapStatus: @GetHeapStatus;
|
||||
GetHeapStatus: @SysGetHeapStatus;
|
||||
);
|
||||
|
||||
MemoryMutexManager: TMemoryMutexManager = (
|
||||
@ -1271,7 +1271,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.38 2004-11-22 19:34:58 peter
|
||||
Revision 1.39 2004-11-22 22:26:21 peter
|
||||
* typo for GetHeapStatus
|
||||
|
||||
Revision 1.38 2004/11/22 19:34:58 peter
|
||||
* GetHeapStatus added, removed MaxAvail,MemAvail,HeapSize
|
||||
|
||||
Revision 1.37 2004/10/25 15:38:59 peter
|
||||
|
Loading…
Reference in New Issue
Block a user