search for: vntclassdef

Displaying 1 result from an estimated 1 matches for "vntclassdef".

Did you mean: getclassdef
2005 Jul 26
1
Error registering finalizer
.../* Deallocate memory of structure fields */ } static SEXP AllocateProbesetGEPtr(unsigned count) { return R_AllocatePtr(count, sizeof(ProbesetGE_t), ProbesetGETypeTag)); } SEXP R_PDNN_newProbesetGE(unsigned count) { SEXP vntObj; SEXP vntClassDef; SEXP vntData; SEXP vntAttr; SEXP vntHandle; unsigned n = 0; PROTECT(vntClassDef = MAKE_CLASS(PROBESET_GE_CLASS_NAME)); n++; PROTECT(vntObj = NEW_OBJECT(vntClassDef)); n++; PROTECT(vntHandle = AllocateProbesetGEPtr(count)); n++; SET_SLOT(vntObj, HandleSlotSym...