Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TLCLMemManager = class(TObject)
![]() |
procedure Clear; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
property MinimumFreeCount: integer read FMinFree write SetMinFree; |
![]() |
property MaximumFreeCountRatio: integer
read FMaxFreeRatio write SetMaxFreeRatio; |
![]() |
property Count: integer read FCount; |
![]() |
property FreeCount: integer read FFreeCount; |
![]() |
property AllocatedCount: int64 read FAllocatedCount; |
![]() |
property FreedCount: int64 read FFreedCount; |
![]() |
procedure Clear; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
property MinimumFreeCount: integer read FMinFree write SetMinFree; |
![]() |
property MaximumFreeCountRatio: integer
read FMaxFreeRatio write SetMaxFreeRatio; |
![]() |
property Count: integer read FCount; |
![]() |
property FreeCount: integer read FFreeCount; |
![]() |
property AllocatedCount: int64 read FAllocatedCount; |
![]() |
property FreedCount: int64 read FFreedCount; |