<div dir="ltr">Dears,<div><br></div><div>I'm creating an API following the same "convention" (ORKID like) as RTEMS classic API does. That is:</div><div>  - xxx_initialize()</div><div>  - xxx_create()</div><div>
  - xxx_ident()</div><div>etc.</div><div><br></div><div>In the xxx_initialize() function what is better: </div><div>  a) to use malloc/calloc functions to allocate the object list, limited by some CONFIGURE_MAXIMUM_XXX macro.</div>
<div>  b) to allocate statically the maximum number of objects in vector (of node lists, for instance).</div><div><br></div><div>In case of b), once the library (say libxxx.a) is generated, how the user can control the maximum number of objects? </div>
<div><br></div><div>Thanks in advance.</div><div><br></div><div>--Wendell.</div><div><br></div><div><br></div></div>