Free memory with tracked size made using AllocVec()
Source position: exec.pas line 2134
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 |