On Fri, Sep 3, 2010 at 10:48 AM, wasif masood <[email protected]> wrote: > > Hi, > > I am just confused with the working of interface Pool(used in CTP). How does > it work? > > As per my understanding, Pool.get give you memory of type _t, but what does > Pool.put do? > what are other commands of this interface? is this interface defined in > tinyOS documentation?
Think of those calls as malloc and free. The interface file should have comments. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
