Difference between revisions of "API:System.ReallocMemory"
| Line 7: | Line 7: | ||
<span class="lang">Delphi</span> | <span class="lang">Delphi</span> | ||
<div class="thesig"><source lang="delphi"> | <div class="thesig"><source lang="delphi"> | ||
| − | function ReallocMemory(P: Pointer; Size: NativeInt): Pointer; | + | function ReallocMemory(P: Pointer; Size: NativeInt): Pointer; cdecl; |
</source></div> | </source></div> | ||
</div> | </div> | ||
Latest revision as of 20:45, 11 March 2016
Delphi
function ReallocMemory(P: Pointer; Size: NativeInt): Pointer; cdecl;
C++
extern DELPHI_PACKAGE void * __cdecl ReallocMemory(void * P, NativeInt Size);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.pas System.hpp |
System | System |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!