mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 21:07:57 +02:00
Compare commits
2 Commits
39d99f84ba
...
ce4ea9cde1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ce4ea9cde1 | ||
![]() |
cab5ee1ba6 |
2929
rtl/inc/heap.inc
2929
rtl/inc/heap.inc
File diff suppressed because it is too large
Load Diff
@ -97,12 +97,12 @@ Procedure Freememory(p:pointer;Size:ptruint);
|
||||
Function MemSize(p:pointer):ptruint;
|
||||
|
||||
{ Delphi functions }
|
||||
function GetMem(size:ptruint):pointer;
|
||||
function GetMem(size:ptruint):pointer; inline;
|
||||
function GetMemory(size:ptruint):pointer; cdecl;
|
||||
function Freemem(p:pointer):ptruint;
|
||||
function Freemem(p:pointer):ptruint; inline;
|
||||
function Freememory(p:pointer):ptruint; cdecl;
|
||||
function AllocMem(Size:ptruint):pointer;
|
||||
function ReAllocMem(var p:pointer;Size:ptruint):pointer;
|
||||
function ReAllocMem(var p:pointer;Size:ptruint):pointer; inline;
|
||||
function ReAllocMemory(p:pointer;Size:ptruint):pointer; cdecl;
|
||||
function GetHeapStatus:THeapStatus;
|
||||
function GetFPCHeapStatus:TFPCHeapStatus;
|
||||
|
Loading…
Reference in New Issue
Block a user