Displaying 1 result from an estimated 1 matches for "probesetge_finalizer".
2005 Jul 26
1
Error registering finalizer
...representation(handle = "externalptr",
id = "character",
"VIRTUAL"),
prototype=list(handle = NULL))
setClass("ProbesetGE",
representation("PDNNObject"))
----
static void ProbesetGE_finalizer(SEXP vntData)
{
Rprintf("In ProbesetGE_finalizer()\n");
/* Deallocate memory of structure fields */
}
static SEXP AllocateProbesetGEPtr(unsigned count)
{
return R_AllocatePtr(count,
sizeof(ProbesetGE_t),
ProbesetGETypeTag));
}...