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
If you don't have a real requirement (a code which will benefit from this change), it's really low priority task. You can propose your implementation for the review.
It is an issue to bring this subject on the table, in the mind of alsa people. Because, I realized the alsa user code I wrote require the usage of free() right while I was coding some vulkan3D stuff (which API is very carefull about just that).
If I recall properly some data returned from the alsa lib API must be free using the C runtime free().
Would it be appropriate to move away from the C allocator to an API install-able memory allocator (like vulkan3D)?
Backward compatibility would be achieved since the "default memory allocator" would be the C one, if the C runtime is around.
Unless that part of the API is already deprecated (and I should not have used it).
The text was updated successfully, but these errors were encountered: