Skip to content
Snippets Groups Projects
Commit 7e1aa4fb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

vlc_arrays: alias (INSERT|REMOVE)_ELEM to TAB_(INSERT|ERASE)

At this point, the two sets of helpers did essentially the same thing.
The only difference was that REMOVE_ELEM systematically shrinks the
table allocation, while TAB_ERASE waits for the table to become empty.
parent b866f519
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment