Module stack_pool

Module stack_pool 

Source
Expand description

Stack pool allocator for thread stacks.

This module provides a pool-based allocator for thread stacks with different size classes and optional guard page support.

Structs§

Stack
A thread stack with optional guard pages.
StackPool
Pool-based allocator for thread stacks.

Enums§

StackSizeClass
Stack size classes for the pool allocator.