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
..
2014-07-13 02:59:14 -07:00
2014-06-25 17:00:02 +02:00
2015-10-04 21:16:25 -07:00
2015-10-04 21:16:25 -07:00
2014-08-08 10:50:37 -07:00
2014-08-08 10:50:37 -07:00
2017-12-06 16:42:45 -08:00
2015-08-12 15:30:28 +02:00
2013-10-14 13:21:15 +02:00