Home
last modified time | relevance | path

Searched defs:LDNS_XMALLOC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ldns/ldns/
H A Dutil.h51 #define LDNS_XMALLOC(type, count) ((type *) malloc((count) * sizeof(type))) macro
H A Dutil.h.in51 #define LDNS_XMALLOC(type, count) ((type *) malloc((count) * sizeof(type))) macro