Dears,

I'm creating an API following the same "convention" (ORKID like) as RTEMS
classic API does. That is:
  - xxx_initialize()
  - xxx_create()
  - xxx_ident()
etc.

In the xxx_initialize() function what is better:
  a) to use malloc/calloc functions to allocate the object list, limited by
some CONFIGURE_MAXIMUM_XXX macro.
  b) to allocate statically the maximum number of objects in vector (of
node lists, for instance).

In case of b), once the library (say libxxx.a) is generated, how the user
can control the maximum number of objects?

Thanks in advance.

--Wendell.
_______________________________________________
rtems-devel mailing list
[email protected]
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to