Function 64 - resize application memory.
Parameters:
- eax = 64 - function number
- ebx = 1 - unique subfunction
- ecx = new memory size
Returned value:
- eax = 0 - success
- eax = 1 - not enough memory
Remarks:
- There is another way to dynamically allocate/free memory -
subfunctions 11, 12, 13 of function 68.
- The function cannot be used together with 68.11, 68.12, 68.13.
The function call will be ignored after creation of process heap
with function 68.11.