SCM_DSTRING_INIT_CHUNK_SIZE 1138 src/gauche.h       char data[SCM_DSTRING_INIT_CHUNK_SIZE]; /* variable length, indeed. */
SCM_DSTRING_INIT_CHUNK_SIZE 1406 src/string.c       dstr->end = dstr->current + SCM_DSTRING_INIT_CHUNK_SIZE;
SCM_DSTRING_INIT_CHUNK_SIZE 1407 src/string.c       dstr->lastChunkSize = SCM_DSTRING_INIT_CHUNK_SIZE;
SCM_DSTRING_INIT_CHUNK_SIZE 1451 src/string.c                                  sizeof(ScmDStringChunk)+newsize-SCM_DSTRING_INIT_CHUNK_SIZE);