curl_malloc_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_malloc_callback = void* function
(
size_t size
)

Meta