I have a question about the getNodeForValue() function. If I have the
following code:
struct a *p;
p = malloc( sizeof(struct a));
If I call DSGraph->getNodeForValue(p).getNode(). Will the returned Node
be p node or the actual memory location node?
Thanks,
xiaodong