Searched defs:xmalloc (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/scripts/dtc/ | ||
D | util.h | 33 static inline void *xmalloc(size_t len) in xmalloc() function |
/linux-3.3/scripts/genksyms/ | ||
D | genksyms.h | 81 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro |