message_allocate   47 src/error.c    static ScmObj message_allocate(ScmClass *klass, ScmObj initargs);
message_allocate  391 src/error.c        ScmError *e = SCM_ERROR(message_allocate(SCM_CLASS_ERROR, SCM_NIL));