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;
};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
record struct |
public | System.pas System.hpp |
System | System |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !