[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lclmemmanager.pas line 40
type TLCLMemManager = class |
||
protected |
||
|
||
|
||
|
||
|
||
|
||
FAllocatedCount: Int64; |
|
|
FFreedCount: Int64; |
|
|
procedure DisposeItem(); |
|
|
function NewItem; |
|
|
procedure FreeFirstItem; virtual; |
|
|
public |
||
property MinimumFreeCount: Integer; [rw] |
|
|
property MaximumFreeCountRatio: Integer; [rw] |
|
|
|
||
|
||
property AllocatedCount: Int64; [r] |
|
|
property FreedCount: Int64; [r] |
|
|
procedure Clear; |
|
|
constructor Create; |
|
|
destructor Destroy; override; |
|
|
end; |
|
||
| | ||
TObject |
lazarus-ccr.sourceforge.net |