Free memory with tracked size made using AllocVec()
Source position: exec.pas line 1243
procedure FreeVec( |
memoryBlock: POINTER |
); |
memoryBlock |
|
A Pointer to the memory block to free. nil is allowed and does nothing. |
|
Allocate memory and keep track of the size |