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

Data Fields

void * top
 
void * end
 
char buffer [WASM_SETJMP_STACK_BUFFER_SIZE]
 

Detailed Description

Definition at line 11 of file setjmp.h.

Field Documentation

◆ buffer

char __rb_wasm_asyncify_jmp_buf::buffer[WASM_SETJMP_STACK_BUFFER_SIZE]

Definition at line 14 of file setjmp.h.

◆ end

void* __rb_wasm_asyncify_jmp_buf::end

Definition at line 13 of file setjmp.h.

◆ top

void* __rb_wasm_asyncify_jmp_buf::top

Definition at line 12 of file setjmp.h.


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