en:docs:fapi:dossubfree

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:fapi:dossubfree [2021/09/17 08:52] prokusheven:docs:fapi:dossubfree [2021/12/05 11:05] (current) prokushev
Line 28: Line 28:
 ===== Remarks ===== ===== Remarks =====
  
-DosSubFree specifies the offset of a block of memory previously suballocated by a [[DosSubAlloc]] request. If the block specified overlaps memory in the segment that is not suballocated, an error is returned. Like DosSubAlloc, the size parameter must be a multiple of four bytes; otherwise, it is rounded up to a multiple of four bytes.+DosSubFree specifies the offset of a block of memory previously suballocated by a [[DosSubAlloc]] request. If the block specified overlaps memory in the segment that is not suballocated, an error is returned. Like [[DosSubAlloc]], the size parameter must be a multiple of four bytes; otherwise, it is rounded up to a multiple of four bytes.
  
 The allocated segment is freed by calling [[DosFreeSeg]].  The allocated segment is freed by calling [[DosFreeSeg]].