Free a descriptor.
Source position: go32.pp line 91
| function free_ldt_descriptor( | 
| d: Word | 
| ):Boolean; | 
Frees a previously allocated descriptor.
Parameters:
Return value: True if successful, False otherwise. Notes: After this call this selector is invalid and must not be used for any memory operations anymore. Each descriptor allocated with allocate_ldt_descriptors must be freed individually with this function, even if it was previously allocated as a part of a contiguous array of descriptors.
For an example, see allocate_ldt_descriptors.
Check the int31error variable.
| 
 | Allocate a number of descriptors. | |
| 
 | Return selector increment value. |