[Overview][Procedures and functions][Index] Reference for unit 'LazDbgLog' (#lazutils)

MemSizeFPList

Returns the memory size needed for the specified TFPList instance, or 0 when List is unassigned.

Declaration

Source position: lazdbglog.pas line 19

function MemSizeFPList(

  const List: TFPList

):PtrUInt;

Arguments

List

  

TFPList instance examined in the routine.

Function result

PtrUInt value with the number of bytes needed for the TFPList instance including the Pointers needed for its current Capacity.