m_free_large
This call shrinks the data space claimed by the application beginning at ptr. Applications must make sure that the value of ptr is above or equal to the first value returned by m_alloc_large().
- Syntax: int m_free_large(unsigned int pgraph_free+range)
- Parameters: unsigned int pgraph_free+range - Pointer to paragraph offset
identifying following memory space
for release
- Returns: 0 - if successful
-1 in AX - if an illegal value is detected
- Related Calls: m_free
- Comments: Do not call after making calls to m_get_far_block.