Unifying the use of MACROs and APIs in pdc_malloc.h all over the project #155
Labels
decision: help wanted
Extra attention is needed
priority: low
Low priority
type: enhancement
New feature or request
Milestone
In pdc_malloc.h, we provided both APIs and MACROs for memory allocation, but it seems that MACROs are not necessary.
We need to take some time to evaluate whether we should take only APIs or only MACROs when it is in use. Once decided, we need to unify the use of them either in APIs or MACROs, throughout the project.
The text was updated successfully, but these errors were encountered: