generic_allocate   55 src/class.c    static ScmObj generic_allocate(ScmClass *klass, ScmObj initargs);
generic_allocate 1955 src/class.c        ScmGeneric *gf = SCM_GENERIC(generic_allocate(SCM_CLASS_GENERIC, SCM_NIL));