en:docs:fapi:dossuballoc

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:docs:fapi:dossuballoc [2021/11/04 13:37] prokusheven:docs:fapi:dossuballoc [2021/12/05 11:04] prokushev
Line 3: Line 3:
 ====== DosSubAlloc ====== ====== DosSubAlloc ======
  
-This call suballocates portions of a segment allocated by DosAllocSeg or DosAllocShrSeg, and initialized by DosSubSet.+This call suballocates portions of a segment allocated by [[DosAllocSeg]] or [[DosAllocShrSeg]], and initialized by [[DosSubSet]].
  
 ===== Syntax ===== ===== Syntax =====
Line 14: Line 14:
   * SegSelector ([[SEL]]) - input : Data segment selector that allocates the memory.   * SegSelector ([[SEL]]) - input : Data segment selector that allocates the memory.
   * BlockOffset ([[PUSHORT]]) - output : Address of the allocated block offset.   * BlockOffset ([[PUSHORT]]) - output : Address of the allocated block offset.
-  * Size ([[USHORT]ъ) - input : Memory block size requested in bytes.+  * Size ([[USHORT]]) - input : Memory block size requested in bytes.
  
 ===== Return Code ===== ===== Return Code =====