Insert memory starting at ```ptr``` of size ```sz``` in the memory tracker of HPVM runtime.
...
...
@@ -30,7 +27,7 @@ Waits for completion of execution of the dataflow graph with handle ```G```.
Push set of input data items, ```args```, (same as type included in launch) to streaming DFG with handle ```G```.
```void* __hpvm__pop(void* G)```
Pop and return data produced from one execution of streaming DFG with handle ```G```.
Pop and return data produced from one execution of streaming DFG with handle ```G```. The return type is a struct containing a field for every output of DFG.