- https://github.com/rust-lang/rust/issues/32838 ## Requirement - Create a global stack space (StackPool) which can be used by the Allocator - This will give us access to the rust `alloc` crate - Try to avoid memory fragmentation - Allow user to use `alloc` library during the initialization phase only, before the loop