Decrease the amount of stack memory usage by allocating big local data structures (like pool_hdr) on the heap by using the Malloc() function.
Requires:
This change is