Frees the last piece of memory allocated by TempAlloc. Since * all memory must be allocated and freed in strict LIFO order, * there's no need to pass a pointer in. All bookkeeping for figuring * out what to free is done internally.
See Implementation
Frees the last piece of memory allocated by TempAlloc. Since * all memory must be allocated and freed in strict LIFO order, * there's no need to pass a pointer in. All bookkeeping for figuring * out what to free is done internally.