Searched defs:Xmalloc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DRdBitF.c168 #define Xmalloc(size) malloc(size) macro
/xsrc/external/mit/libXt/dist/src/
H A DAlloc.c89 #define Xmalloc(size) malloc((size)) macro
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcDB.c46 #define Xmalloc malloc macro
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlibint.h457 # define Xmalloc(size) malloc((size_t)((size) == 0 ? 1 : (size))) macro
463 # define Xmalloc(size) malloc((size_t)(size)) macro

Completed in 10 milliseconds