Delphi
class procedure FreeMem(Ptr: TPtrWrapper);
Properties
| Type |
Visibility |
Source |
Unit |
Parent |
| procedure |
public |
System.pas |
System |
TMarshal |
Description
Frees a block of memory.
FreeMem frees a block of memory referenced by the wrapped pointer Ptr.
See Also