Searched refs:x_malloc (Results 1 – 1 of 1) sorted by relevance
254 #define xmalloc(size) ((char *) x_malloc((size), __FILE__, __LINE__))303 static void *x_malloc(size_t, const char *, int)373 x_malloc(size_t size, const char *file, int line) in x_malloc() function