[Overview][Constants][Types][Procedures and functions][Variables] |
Free allocated memory block
Source position: go32.pp line 137
function free_memory_block( |
blockhandle: LongInt |
):Boolean; |
Frees a previously allocated memory block.
Parameters:
Return value: Trueif successful, falseotherwise. Notes: Frees memory that was previously allocated with allocate_memory_block. This function doesn't free any descriptors mapped to this block, it's the application's responsibility.
Check int31errorvariable.
|
Allocate a block of linear memory |