API:System.TMemoryManagerState
Delphi
TMemoryManagerState = packed record
C++
struct DECLSPEC_DRECORD TMemoryManagerState
{
public:
TSmallBlockTypeStates SmallBlockTypeStates;
unsigned AllocatedMediumBlockCount;
System::NativeUInt TotalAllocatedMediumBlockSize;
System::NativeUInt ReservedMediumBlockAddressSpace;
unsigned AllocatedLargeBlockCount;
System::NativeUInt TotalAllocatedLargeBlockSize;
System::NativeUInt ReservedLargeBlockAddressSpace;
};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
record struct |
public | System.pas System.hpp |
System | System |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.