Home
last modified time | relevance | path

Searched defs:xmalloc (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/include/
H A Dxalloc.h9 static inline void *xmalloc(size_t size) in xmalloc() function
/linux/scripts/genksyms/
H A Dgenksyms.h75 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro