Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
fiber_pool_allocation Struct Reference

Data Fields

void * base
 
size_t size
 
size_t stride
 
size_t count
 
struct fiber_pool * pool
 
struct fiber_pool_allocation * next
 

Detailed Description

Definition at line 151 of file cont.c.

Field Documentation

◆ base

void* fiber_pool_allocation::base

Definition at line 153 of file cont.c.

◆ count

size_t fiber_pool_allocation::count

Definition at line 162 of file cont.c.

◆ next

struct fiber_pool_allocation* fiber_pool_allocation::next

Definition at line 175 of file cont.c.

◆ pool

struct fiber_pool* fiber_pool_allocation::pool

Definition at line 169 of file cont.c.

◆ size

size_t fiber_pool_allocation::size

Definition at line 156 of file cont.c.

◆ stride

size_t fiber_pool_allocation::stride

Definition at line 159 of file cont.c.


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