SysMemFreeΒΆ
This function of type BOOL is used to deallocate memory space.
The return value is TRUE or FALSE depending on the success of the operation.
Note
This function is not supported by CoDeSys SP RTE.
Variable | Data Type | Description |
---|---|---|
dwAddress | DWORD | Address of the memory space which is currently allocated (see a6e21e08437777820a33139018bd1ba8). |
dwSize | DWORD | Number of bytes to get reallocated. |