curl_strdup_callback

The following typedef's are signatures of malloc, free, realloc, strdup and calloc respectively. Function pointers of these types can be passed to the curl_global_init_mem() function to set user defined memory management callback routines.

alias curl_strdup_callback = char* function
(
in const(char)* str
)

Meta