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:
- At the moment this function is a sole resource for dynamic
allocation/free of application memory.