* @brief Constructs a stack with a small empty stack. */
| 206 | * @brief Constructs a stack with a small empty stack. |
| 207 | */ |
| 208 | stack() : m_fib(stacklet::next_stacklet()) { LF_LOG("Constructing a stack"); } |
| 209 | |
| 210 | /** |
| 211 | * @brief Construct a new stack object taking ownership of the stack that `frag` is a top-of. |