![]() |
HeapAllocPtrThrow | Function* (tigcc.a) |
alloc.h |
void *HeapAllocPtrThrow (unsigned long Size); |
Performs HeapAllocPtr, and throws an error if not successful.
HeapAllocPtrThrow calls HeapAllocPtr and throws a memory error if there is not enough memory. Otherwise, it returns the handle of the allocated block.