2.2. Compact Allocation using Memory Pools
Contents
Up
Prev
Next
Freecell Solver - The Next Presentation
→
Indirect Stack States Optimizations
→
Compact Allocation using Memory Pools
Indirect stacks were originally individually malloced.
This consumed a lot of overhead memory.
In recent versions, they were compactly allocated, contiguously, out of a memory pool.
Contents
Up
Prev
Next
Written by
Shlomi Fish