Class TLeakItem

Unit

Declaration

type TLeakItem = class(TObject)

Description

Class that represents a single point in code with the possible memory leak.

Hierarchy

Overview

Methods

Public class function New(const AStatus, ASize: string): TLeakItem;

Properties

Public property Status: string read FStatus write FStatus;
Public property Size: string read FSize write FSize;
Public property Source: string read FSource write FSource;

Description

Methods

Public class function New(const AStatus, ASize: string): TLeakItem;

Returns an instance of the class with the status and memory leak size filled.

Properties

Public property Status: string read FStatus write FStatus;

Item status. Currently it can only be Leak.

Public property Size: string read FSize write FSize;

Memory leak size in bytes

Public property Source: string read FSource write FSource;

Data about the source code where the leak originated, as well as the method and code line number within the file.


Generated by PasDoc 0.16.0.