Home
last modified time | relevance | path

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

/dragonfly/contrib/grep/lib/
HDxalloc.h89 #define XCALLOC(n, t) \ macro
/dragonfly/contrib/gdb-7/gdb/
HDdefs.h564 #define XCALLOC(NMEMB, TYPE) ((TYPE*) xcalloc ((NMEMB), sizeof (TYPE))) macro