System.TMarshal.FreeMem

From RAD Studio API Documentation
Jump to: navigation, search

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