getdns_dict_create_with_memory_functions (3) Linux Manual Page
getdns_dict, getdns_dict_create, getdns_dict_create_with_extended_memory_functions, getdns_dict_create_with_memory_functions, getdns_dict_destroy — getdns dict create and destroy routines Library DNS Resolver library (libgetdns, -lgetdns) Synopsis #include <getdns.h> getdns_dict * getdns_dict_create () getdns_dict * getdns_dict_create_with_extended_memory_functions (void *userarg, void *(*malloc)(void *userarg, size_t sz), void *(*realloc)(void *userarg, void *buf, size_t sz), void (*free)(void *userarg, void *buf) getdns_dict * getdns_dict_create_with_memory_functions (void *(*malloc)(size_t sz), void *(*realloc)(void…
