Home
last modified time | relevance | path

Searched defs:xnew0 (Results 1 – 5 of 5) sorted by relevance

/dports/audio/cmus/cmus-2.9.1/
H A Dxmalloc.h33 #define xnew0(type, n) (type *)xmalloc0(sizeof(type) * (n)) macro
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/util/
H A Dxmalloc.h11 #define xnew0(type, n) xcalloc(size_multiply(sizeof(type), (n))) macro
/dports/audio/mous/mous-2.0.1/plugins/coreaudio/cmus/
H A Dxmalloc.h33 #define xnew0(type, n) (type *)xmalloc0(sizeof(type) * (n)) macro
/dports/ftp/wget/wget-1.21.2/src/
H A Dutils.h50 #define xnew0(type) (xcalloc (1, sizeof (type))) macro
H A Dhash.c50 # define xnew0(type) (xcalloc (1, sizeof (type))) macro