SCM_PROF_SAMPLES_IN_BUFFER  118 src/gauche/prof.h     ScmProfSample samples[SCM_PROF_SAMPLES_IN_BUFFER];
SCM_PROF_SAMPLES_IN_BUFFER  119 src/prof.c         if (vm->prof->currentSample >= SCM_PROF_SAMPLES_IN_BUFFER) {
SCM_PROF_SAMPLES_IN_BUFFER  319 src/prof.c                      sizeof(ScmProfSample[1]) * SCM_PROF_SAMPLES_IN_BUFFER);