Open vmayoral opened 10 years ago
Start exploring it from @jvoe comments:
if you really need things to be configured up front, thereby avoiding dynamic allocations altogether, the DDS_get_default_pool_constraints() and DDS_set_pool_constraints() functions allow you to do this very easily.
Given the issues obtained with dynamical memory a new branch could be created to work on a version that does not use dynamical allocations.