TheCandianVendingMachine/TCVM_Flat_Engine

Dynamic Allocater Needed

Closed this issue · 1 comments

Currently feNew, our overridden operator new, uses the static heap to allocate memory. That is not good as for it is a limited amount that won't ever be overwritten. We need to implement a dynamic memory allocater or find another way to allow this memory to be reused.

Fixed through the stack allocater