Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

FreeVec

Free memory with tracked size made using AllocVec()

Declaration

Source position: exec.pas line 1770

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