porterror_allocate   50 src/error.c    static ScmObj porterror_allocate(ScmClass *klass, ScmObj initargs);
porterror_allocate  615 src/error.c            pe = porterror_allocate(peclass, SCM_NIL);