Seems pretty obvious, but I mean kernel. When I define a queue or a task, will it compile statically or it will get memory from heap during the initialization? @Sebastian Huber <[email protected]> mentioned that it depends on using of UNLIMITED_OBJECTS configuration option.
On Tue, Sep 28, 2021, 5:26 PM Joel Sherrill <[email protected]> wrote: > > > On Tue, Sep 28, 2021, 6:43 AM Петр Борисенко <[email protected]> wrote: > >> Hello! >> Is it possible to compile Rtems statically and disable memory allocation >> routines and heap? >> > > No. You have to restrict your application use of APIs and services to > those which do not use dynamic allocation. > > --joel > >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.rtems.org/mailman/listinfo/users >> > _______________________________________________ users mailing list [email protected] http://lists.rtems.org/mailman/listinfo/users
