[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

FreeVec

Free memory with tracked size made using AllocVec()

Declaration

Source position: exec.pas line 1323

procedure FreeVec(

  MemoryBlock: APTR

);

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: 2017-01-10