Ruby 4.1.0dev (2026-08-15 revision 3349f4107d268658fdf8cc6b979fbb1c923e597f)
Data Fields
MMTk_ractor_cache Struct Reference

Data Fields

struct ccan_list_node list_node
 
MMTk_Mutator * mutator
 
bool gc_mutator_p
 
MMTk_BumpPointerbump_pointer
 
MMTk_ObjectReference obj_free_parallel_buf [OBJ_FREE_BUF_CAPACITY]
 
size_t obj_free_parallel_count
 
MMTk_ObjectReference obj_free_non_parallel_buf [OBJ_FREE_BUF_CAPACITY]
 
size_t obj_free_non_parallel_count
 

Detailed Description

Definition at line 66 of file mmtk.c.

Field Documentation

◆ bump_pointer

MMTk_BumpPointer* MMTk_ractor_cache::bump_pointer

Definition at line 72 of file mmtk.c.

◆ gc_mutator_p

bool MMTk_ractor_cache::gc_mutator_p

Definition at line 70 of file mmtk.c.

◆ list_node

struct ccan_list_node MMTk_ractor_cache::list_node

Definition at line 67 of file mmtk.c.

◆ mutator

MMTk_Mutator* MMTk_ractor_cache::mutator

Definition at line 69 of file mmtk.c.

◆ obj_free_non_parallel_buf

MMTk_ObjectReference MMTk_ractor_cache::obj_free_non_parallel_buf[OBJ_FREE_BUF_CAPACITY]

Definition at line 76 of file mmtk.c.

◆ obj_free_non_parallel_count

size_t MMTk_ractor_cache::obj_free_non_parallel_count

Definition at line 77 of file mmtk.c.

◆ obj_free_parallel_buf

MMTk_ObjectReference MMTk_ractor_cache::obj_free_parallel_buf[OBJ_FREE_BUF_CAPACITY]

Definition at line 74 of file mmtk.c.

◆ obj_free_parallel_count

size_t MMTk_ractor_cache::obj_free_parallel_count

Definition at line 75 of file mmtk.c.


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