Source position: flcHugeInt.pas line 133
type HugeWord = record
Data: Pointer;
Used: Int32;
Alloc: Int32;
InitBuf: array [0..HugeWordStaticBufferSize+4-1] of HugeWordElement;
end;