fn acquire_stack(min_size: usize) -> DefaultStack
Acquire a coroutine stack large enough for min_size. Prefers the thread-local cache (no atomics), falls back to the global STACK_POOL, then allocates a fresh stack.
min_size
STACK_POOL