Source position: heaptrc.pp line 96
type TWalkBlockInfo = record
ptr: pointer;
size: SizeUInt;
headSize: SizeUInt;
tailSize: SizeUInt;
isInternalHeaptrcAllocation: Boolean;
nTrace: SizeInt;
trace: array [0..63] of CodePointer;
end;