Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
|
Data Fields | |
struct fiber_pool_allocation * | allocations |
struct fiber_pool_vacancy * | vacancies |
size_t | size |
size_t | count |
size_t | initial_count |
int | free_stacks |
size_t | used |
size_t | vm_stack_size |
struct fiber_pool_allocation* fiber_pool::allocations |
struct fiber_pool_vacancy* fiber_pool::vacancies |