HeapReallocThrow Function* (tigcc.a)

alloc.h

HANDLE HeapReallocThrow (HANDLE Handle, unsigned long NewSize);

Performs HeapRealloc, and throws an error if not successful.

HeapReallocThrow calls HeapRealloc and throws a memory error if there is not enough memory. Otherwise, it returns the handle of the allocated block.


Uses: HeapRealloc