Home
last modified time | relevance | path

Searched refs:MAX_MACHINE_STACK_CACHE (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dcont.c215 #define MAX_MACHINE_STACK_CACHE 10 macro
221 static machine_stack_cache_t machine_stack_cache[MAX_MACHINE_STACK_CACHE];
1739 #ifdef MAX_MACHINE_STACK_CACHE in fiber_store()
1741 if (machine_stack_cache_index < MAX_MACHINE_STACK_CACHE) { in fiber_store()
1892 #ifdef MAX_MACHINE_STACK_CACHE in rb_fiber_terminate()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.013232 * cont.c: Typo in constant MAX_MACHINE_STACK_CACHE from '..MAHINE..'