doesn't work that way. tinyos/nesc programs are whole program compilation/optimization. Everything is static. There is no dynamic loading or allocation.
tasks are static and are simply the routine/code declared. There is no memory per-se that is associated with the task. All memory is defined per module. does that help? On Fri, Jan 1, 2021 at 10:12 AM Anita Patil <[email protected]> wrote: > Dear Sir/Mam, > Is there any function in nesC to compute memory occupied by a task? (just > like, memory occupied by a function in C program) > > with Regards > Anita Patil > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- Eric B. Decker Senior (over 50 :-) Researcher
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
