Searched defs:xmalloc (Results 1 – 10 of 10) sorted by relevance
35 xmalloc (n) in xmalloc() function
44 xmalloc (n) in xmalloc() function
67 #define xmalloc(s) malloc(s) macro
28 xmalloc(size_t size) in xmalloc() function
47 xmalloc(size_t size) in xmalloc() function
229 xmalloc(size_t s) in xmalloc() function
63 xmalloc (size_t n) in xmalloc() function
51 xmalloc (size_t bytes) in xmalloc() function
43 # define xmalloc malloc macro
70 #define xmalloc(_nn) \ macro