Project

General

Profile

« Previous | Next » 

Revision 9d0cbac8

Added by skyjake about 13 years ago

ddstring: Option to use standard memory allocs

ddstrings were being used with libcurl when communicating
with the master server. However, ddstrings were internally
using the memory zone for memory allocs, which is not
thread-safe.

Now there is an option to choose regular memory allocs for
a ddstring_t.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences