Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

FreeVec

Free memory with tracked size made using AllocVec()

Declaration

Source position: exec.pas line 1243

procedure FreeVec(

  memoryBlock: POINTER

);

Arguments

memoryBlock

  

A Pointer to the memory block to free. nil is allowed and does nothing.

See also

AllocVec

  

Allocate memory and keep track of the size


Documentation generated on: 2021-07-30