HS_newFIFONode Function (ROM Call 0x245)

homescr.h

HANDLE HS_newFIFONode (void);

Allocates memory for a new FIFO node.

HS_newFIFONode simpy allocates 56 bytes for a FIFO_NODE structure and sets them all to zero. It throws an error if there is not enough memory.


Uses: HeapAllocThrow, memset
Used by: HomeExecute, HomePushEStack, HomeStorePair