You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could add the minimum alignment as a passed-in parameter - then this new function could be called from unit test with a larger value. However because CFE_ES_PoolCreateEx() is part of the API, you'd need to rename the existing function to add the param, then make a compatible CFE_ES_PoolCreateEx() that calls the new function with CFE_PLATFORM_ES_MEMPOOL_ALIGN_SIZE_MIN.
Is your feature request related to a problem? Please describe.
Branch/line below uncovered since it would require an alternate configuration:
here:
cFE/modules/es/fsw/src/cfe_es_mempool.c
Lines 284 to 293 in e5d4ed9
Describe the solution you'd like
Test with alternate configurations
Describe alternatives you've considered
None
Additional context
Jacob Hageman - NASA/GSFC
Requester Info
Full name and company/organization if applicable
The text was updated successfully, but these errors were encountered: