Searched refs:STACK_PAD_SIZE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dcont.c778 #define STACK_PAD_SIZE 1 macro
780 #define STACK_PAD_SIZE 1024
782 VALUE space[STACK_PAD_SIZE];
806 if (&space[STACK_PAD_SIZE] < end) {
808 volatile VALUE *sp = ALLOCA_N(VALUE, end - &space[STACK_PAD_SIZE]);
811 cont_restore_0(cont, &space[STACK_PAD_SIZE-1]);

Completed in 67 milliseconds