C
Description
This function tries to merge adjacent segments that have not been allocated. The largest possible segment is merged if possible.
Parameters
Parameters |
Description |
SALLOC * NEAR pSegA |
pointer to the first segment. |
Returns
usnigned char - returns the length of the merged segment or zero if failed to merge.