API:System.TSmallBlockTypeState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSmallBlockTypeState = packed record

C++

struct DECLSPEC_DRECORD TSmallBlockTypeState
{
public:
    unsigned InternalBlockSize;
    unsigned UseableBlockSize;
    System::NativeUInt AllocatedBlockCount;
    System::NativeUInt ReservedAddressSpace;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.pas
System.hpp
System System

Description

Embarcadero Technologies does not currently have any additional information.