Alias vlc_memset() to memset()
This saves two function calls per memset() since there are no optimized implementations of memset() at all.
Showing
Please register or sign in to comment
This saves two function calls per memset() since there are no optimized implementations of memset() at all.