jp9000 97ec7166b7 libobs/util: Optimize strlist_* functions
When splitting a string in to a string list via stringlist_split, it
would previously allocate memory for each sub-string and again for the
list itself.  This optimizes that function to use a single contiguous
chunk of memory for the sake of access optimization and memory
allocation efficiency.
2018-01-03 17:03:05 -08:00
..
2017-12-06 16:42:45 -08:00
2017-11-17 04:32:23 -08:00
2018-01-01 18:52:47 -08:00
2018-01-01 18:52:47 -08:00