Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
Data Fields
fiber_pool_stack Struct Reference

Data Fields

void * base
 
void * current
 
size_t size
 
size_t available
 
struct fiber_poolpool
 
struct fiber_pool_allocationallocation
 

Detailed Description

Definition at line 91 of file cont.c.

Field Documentation

◆ allocation

struct fiber_pool_allocation* fiber_pool_stack::allocation

Definition at line 108 of file cont.c.

◆ available

size_t fiber_pool_stack::available

Definition at line 102 of file cont.c.

◆ base

void* fiber_pool_stack::base

Definition at line 93 of file cont.c.

◆ current

void* fiber_pool_stack::current

Definition at line 96 of file cont.c.

◆ pool

struct fiber_pool* fiber_pool_stack::pool

Definition at line 105 of file cont.c.

◆ size

size_t fiber_pool_stack::size

Definition at line 99 of file cont.c.


The documentation for this struct was generated from the following file: