◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── This function modifies the size of a memory block that was previously allocated with a call to Int 21h Function 48h. If the program is requesting an increase in the size of an allocated block and this function fails, the maximum possible size for the specified block is returned in register BX. The program can use this value to determine whether it should terminate, or continue in a degraded fashion with less memory. A program that uses EXEC (Int 21h Function 4Bh) to load and execute a child program must call this function first, passing the address of its own PSP in register ES and the amount of memory needed for its own code, data, and stacks in register BX. -♦-