Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
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 75 of file cont.c.

Field Documentation

◆ allocation

struct fiber_pool_allocation* fiber_pool_stack::allocation

Definition at line 92 of file cont.c.

◆ available

size_t fiber_pool_stack::available

Definition at line 86 of file cont.c.

◆ base

void* fiber_pool_stack::base

Definition at line 77 of file cont.c.

◆ current

void* fiber_pool_stack::current

Definition at line 80 of file cont.c.

◆ pool

struct fiber_pool* fiber_pool_stack::pool

Definition at line 89 of file cont.c.

◆ size

size_t fiber_pool_stack::size

Definition at line 83 of file cont.c.


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