RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TSmallBlockTypeState Record
Pascal
TSmallBlockTypeState = packed record
  InternalBlockSize: Cardinal;
  UseableBlockSize: Cardinal;
  AllocatedBlockCount: Cardinal;
  ReservedAddressSpace: Cardinal;
end;
C++
struct TSmallBlockTypeState {
  unsigned InternalBlockSize;
  unsigned UseableBlockSize;
  unsigned AllocatedBlockCount;
  unsigned ReservedAddressSpace;
};

System

This is record System.TSmallBlockTypeState.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!