Home
last modified time | relevance | path

Searched defs:Xmalloc (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/vpfutil/
H A Dxmemory.h17 #define Xmalloc(size) malloc(size) macro
/dports/x11-toolkits/libXmu/libXmu-1.1.3/src/
H A DRdBitF.c168 #define Xmalloc(size) malloc(size) in XmuReadBitmapData() macro
/dports/editors/ted/Ted-2.23/bitmap/
H A Dbmxbm.c45 #define Xmalloc(n) malloc(n) macro
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DAlloc.c88 #define Xmalloc(size) malloc((size)) macro
/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dcodec_X11.c15 #define Xmalloc malloc macro
/dports/games/sjeng/Sjeng-Free-11.2/
H A Dproof.c84 void* Xmalloc(int size) in Xmalloc() function
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/optionalX11/X11/
H A DXlibint.h357 #define Xmalloc(size) malloc(((size) == 0 ? 1 : (size))) macro
363 #define Xmalloc(size) malloc((size)) macro
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/X11/
H A DXlibint.h322 # define Xmalloc(size) malloc(((size) == 0 ? 1 : (size))) macro
328 # define Xmalloc(size) malloc((size)) macro
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/optionalX11/X11/
H A DXlibint.h357 #define Xmalloc(size) malloc(((size) == 0 ? 1 : (size))) macro
363 #define Xmalloc(size) malloc((size)) macro
/dports/devel/emscripten/emscripten-2.0.3/system/include/X11/
H A DXlibint.h341 # define Xmalloc(size) malloc(((size) == 0 ? 1 : (size))) macro
347 # define Xmalloc(size) malloc((size)) macro
/dports/x11/libX11/libX11-1.7.2/include/X11/
H A DXlibint.h452 # define Xmalloc(size) malloc((size_t)((size) == 0 ? 1 : (size))) macro
458 # define Xmalloc(size) malloc((size_t)(size)) macro
/dports/x11/libX11/libX11-1.7.2/src/xlibi18n/
H A DlcDB.c46 #define Xmalloc malloc macro
/dports/math/reduce/Reduce-svn5758-src/psl/support-packages/xport-2.05/
H A Dxport.c2501 void *Xmalloc(size_t n) in Xmalloc() function